#C2CAE0

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

Shades of Periwinkle #C2CAE0

Tints of Periwinkle #C2CAE0

Color information

#C2CAE0 (or 0xC2CAE0) is unknown color: approx Periwinkle. HEX triplet: C2, CA and E0. RGB value is (194,202,224). Sum of RGB (Red+Green+Blue) = 194+202+224=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAE0 is #3D351F. Grayscale: #CACACA. Windows color (decimal): -4011296 or 14731970. OLE color: 14731970.

HSL color Cylindrical-coordinate representation of color #C2CAE0: hue angle of 224º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CAE0 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194202224-
CMYK0.130.1000.12
HSL224º32.61%81.96%-
HSV(B)224º13.39%87.84%-
XYZ56.8259.0978.93-
YUV202.12140.35122.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=31.29%
G=32.58%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942022240.130.1000.1222432.6181.96
HexC2CAE0DA0Ce02152
Octal302312340151201434041122
Binary1100001011001010111000001101101001100111000001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAE0; }

 p { color: rgb(194,202,224); }

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

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

 a { background-color: rgb(194,202,224); }

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

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

 span { border-color: rgb(194,202,224); }

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