#CACEE0

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

Shades of Periwinkle #CACEE0

Tints of Periwinkle #CACEE0

Color information

#CACEE0 (or 0xCACEE0) is unknown color: approx Periwinkle. HEX triplet: CA, CE and E0. RGB value is (202,206,224). Sum of RGB (Red+Green+Blue) = 202+206+224=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE0 is #35311F. Grayscale: #CECECE. Windows color (decimal): -3485984 or 14733002. OLE color: 14733002.

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

Color convert

RGB202206224-
CMYK0.100.0800.12
HSL229.09º26.19%83.53%-
HSV(B)229.09º9.82%87.84%-
XYZ59.8862.0879.35-
YUV206.86137.67124.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=31.96%
G=32.59%
B=35.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022062240.100.0800.12229.0926.1983.53
HexCACEE0A80Ce51a54
Octal312316340121001434532124
Binary110010101100111011100000101010000110011100101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEE0; }

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

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

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

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

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

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

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

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