#CACBDC

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

Shades of Periwinkle #CACBDC

Tints of Periwinkle #CACBDC

Color information

#CACBDC (or 0xCACBDC) is unknown color: approx Periwinkle. HEX triplet: CA, CB and DC. RGB value is (202,203,220). Sum of RGB (Red+Green+Blue) = 202+203+220=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDC is #353423. Grayscale: #CCCCCC. Windows color (decimal): -3486756 or 14470090. OLE color: 14470090.

HSL color Cylindrical-coordinate representation of color #CACBDC: hue angle of 236.67º 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 #CACBDC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202203220-
CMYK0.080.0800.14
HSL236.67º20.45%82.75%-
HSV(B)236.67º8.18%86.27%-
XYZ58.6360.4476.29-
YUV204.64136.67126.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=32.32%
G=32.48%
B=35.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022032200.080.0800.14236.6720.4582.75
HexCACBDC880Eed1453
Octal312313334101001635524123
Binary110010101100101111011100100010000111011101101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBDC; }

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

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

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

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

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

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

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

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