#CACBDA

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

Shades of Periwinkle #CACBDA

Tints of Periwinkle #CACBDA

Color information

#CACBDA (or 0xCACBDA) is unknown color: approx Periwinkle. HEX triplet: CA, CB and DA. RGB value is (202,203,218). Sum of RGB (Red+Green+Blue) = 202+203+218=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CACBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDA is #353425. Grayscale: #CCCCCC. Windows color (decimal): -3486758 or 14339018. OLE color: 14339018.

HSL color Cylindrical-coordinate representation of color #CACBDA: hue angle of 236.25º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACBDA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202203218-
CMYK0.070.0700.15
HSL236.25º17.78%82.35%-
HSV(B)236.25º7.34%85.49%-
XYZ58.3760.3374.9-
YUV204.41135.67126.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=32.42%
G=32.58%
B=34.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022032180.070.0700.15236.2517.7882.35
HexCACBDA770Fec1252
Octal3123133327701735422122
Binary1100101011001011110110101111110111111101100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBDA; }

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

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

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

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

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

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

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

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