#CACEEA

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

Shades of Periwinkle #CACEEA

Tints of Periwinkle #CACEEA

Color information

#CACEEA (or 0xCACEEA) is unknown color: approx Periwinkle. HEX triplet: CA, CE and EA. RGB value is (202,206,234). Sum of RGB (Red+Green+Blue) = 202+206+234=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #CACEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEA is #353115. Grayscale: #CFCFCF. Windows color (decimal): -3485974 or 15388362. OLE color: 15388362.

HSL color Cylindrical-coordinate representation of color #CACEEA: hue angle of 232.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACEEA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202206234-
CMYK0.140.1200.08
HSL232.5º43.24%85.49%-
HSV(B)232.5º13.68%91.76%-
XYZ61.2862.6486.7-
YUV208142.67123.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=31.46%
G=32.09%
B=36.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022062340.140.1200.08232.543.2485.49
HexCACEEAEC08e82b55
Octal312316352161401035053125
Binary1100101011001110111010101110110001000111010001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEEA; }

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

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

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

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

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

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

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

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