#CACCDC

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

Shades of Periwinkle #CACCDC

Tints of Periwinkle #CACCDC

Color information

#CACCDC (or 0xCACCDC) is unknown color: approx Periwinkle. HEX triplet: CA, CC and DC. RGB value is (202,204,220). Sum of RGB (Red+Green+Blue) = 202+204+220=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCDC is #353323. Grayscale: #CDCDCD. Windows color (decimal): -3486500 or 14470346. OLE color: 14470346.

HSL color Cylindrical-coordinate representation of color #CACCDC: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACCDC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202204220-
CMYK0.080.0700.14
HSL233.33º20.45%82.75%-
HSV(B)233.33º8.18%86.27%-
XYZ58.8760.9176.36-
YUV205.23136.34125.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=32.27%
G=32.59%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022042200.080.0700.14233.3320.4582.75
HexCACCDC870Ee91453
Octal31231433410701635124123
Binary11001010110011001101110010001110111011101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCDC; }

 p { color: rgb(202,204,220); }

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

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

 a { background-color: rgb(202,204,220); }

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

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

 span { border-color: rgb(202,204,220); }

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