#CBCADC

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

Shades of Lavender Grey #CBCADC

Tints of Lavender Grey #CBCADC

Color information

#CBCADC (or 0xCBCADC) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and DC. RGB value is (203,202,220). Sum of RGB (Red+Green+Blue) = 203+202+220=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 202 (79.30% from 255 or 32.32% 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 #CBCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADC is #343523. Grayscale: #CCCCCC. Windows color (decimal): -3421476 or 14469835. OLE color: 14469835.

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

Color convert

RGB203202220-
CMYK0.080.0800.14
HSL243.33º20.45%82.75%-
HSV(B)243.33º8.18%86.27%-
XYZ58.6760.176.22-
YUV204.35136.83127.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=32.48%
G=32.32%
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
Decimal2032022200.080.0800.14243.3320.4582.75
HexCBCADC880Ef31453
Octal313312334101001636324123
Binary110010111100101011011100100010000111011110011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCADC; }

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

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

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

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

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

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

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

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