#CBCADB

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

Shades of Lavender Grey #CBCADB

Tints of Lavender Grey #CBCADB

Color information

#CBCADB (or 0xCBCADB) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and DB. RGB value is (203,202,219). Sum of RGB (Red+Green+Blue) = 203+202+219=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADB is #343524. Grayscale: #CCCCCC. Windows color (decimal): -3421477 or 14404299. OLE color: 14404299.

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

Color convert

RGB203202219-
CMYK0.070.0800.14
HSL243.53º19.1%82.55%-
HSV(B)243.53º7.76%85.88%-
XYZ58.5460.0575.52-
YUV204.24136.33127.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=32.53%
G=32.37%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032022190.070.0800.14243.5319.182.55
HexCBCADB780Ef41353
Octal31331233371001636423123
Binary11001011110010101101101111110000111011110100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCADB; }

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

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

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

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

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

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

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

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