#CACCDB

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

Shades of Periwinkle #CACCDB

Tints of Periwinkle #CACCDB

Color information

#CACCDB (or 0xCACCDB) is unknown color: approx Periwinkle. HEX triplet: CA, CC and DB. RGB value is (202,204,219). Sum of RGB (Red+Green+Blue) = 202+204+219=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCDB is #353324. Grayscale: #CDCDCD. Windows color (decimal): -3486501 or 14404810. OLE color: 14404810.

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

Color convert

RGB202204219-
CMYK0.080.0700.14
HSL232.94º19.1%82.55%-
HSV(B)232.94º7.76%85.88%-
XYZ58.7460.8675.67-
YUV205.11135.84125.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=32.32%
G=32.64%
B=35.04%

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
Decimal2022042190.080.0700.14232.9419.182.55
HexCACCDB870Ee91353
Octal31231433310701635123123
Binary11001010110011001101101110001110111011101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCDB; }

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

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

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

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

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

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

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

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