#C4CAE0

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

Shades of Periwinkle #C4CAE0

Tints of Periwinkle #C4CAE0

Color information

#C4CAE0 (or 0xC4CAE0) is unknown color: approx Periwinkle. HEX triplet: C4, CA and E0. RGB value is (196,202,224). Sum of RGB (Red+Green+Blue) = 196+202+224=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAE0 is #3B351F. Grayscale: #CACACA. Windows color (decimal): -3880224 or 14731972. OLE color: 14731972.

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

Color convert

RGB196202224-
CMYK0.120.1000.12
HSL227.14º31.11%82.35%-
HSV(B)227.14º12.5%87.84%-
XYZ57.3459.3678.96-
YUV202.71140.01123.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=31.51%
G=32.48%
B=36.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1962022240.120.1000.12227.1431.1182.35
HexC4CAE0CA0Ce31f52
Octal304312340141201434337122
Binary110001001100101011100000110010100110011100011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAE0; }

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

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

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

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

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

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

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

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