#c2d1fd

Color #C2D1FD Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #C2D1FD

Tints of Periwinkle #C2D1FD

Color information

#C2D1FD (or 0xC2D1FD) is unknown color: approx Periwinkle. HEX triplet: C2, D1 and FD. RGB value is (194,209,253). Sum of RGB (Red+Green+Blue) = 194+209+253=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2D1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D1FD is #3D2E02. Grayscale: #D1D1D1. Windows color (decimal): -4009475 or 16634306. OLE color: 16634306.

HSL color Cylindrical-coordinate representation of color #C2D1FD: hue angle of 224.75º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2D1FD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194209253-
CMYK0.230.1700.01
HSL224.75º93.65%87.65%-
HSV(B)224.75º23.32%99.22%-
XYZ62.7864.16102-
YUV209.53152.53116.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 29.57%
GREEN value IS 209 (82.03% from 255) = 31.86%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=29.57%
G=31.86%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942092530.230.1700.01224.7593.6587.65
HexC2D1FD171101e15e58
Octal302321375272101341136130
Binary1100001011010001111111011011110001011110000110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2d1fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2d1fd; }

 p { color: rgb(194,209,253); }

 H1.HeaderClassName
 {
   color: #c2d1fd;
 }
 .AnyTagClassName
 {
   color: #c2d1fd;
 }
</style>
background-color css

<style>
 a { background-color: #c2d1fd; }

 a { background-color: rgb(194,209,253); }

 div.DivClassName
 {
   background-color: #c2d1fd;
 }
 .BgClassName
 {
   background-color: #c2d1fd;
 }
</style>
border-color css

<style>
 span { border-color: #c2d1fd; }

 span { border-color: rgb(194,209,253); }

 td.TdClassName
 {
   border-color: #c2d1fd;
 }
 .TagClassName
 {
   border-color: #c2d1fd;
 }
</style>