#CBC9DB

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

Shades of Lavender Grey #CBC9DB

Tints of Lavender Grey #CBC9DB

Color information

#CBC9DB (or 0xCBC9DB) is unknown color: approx Lavender Grey. HEX triplet: CB, C9 and DB. RGB value is (203,201,219). Sum of RGB (Red+Green+Blue) = 203+201+219=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DB is #343624. Grayscale: #CBCBCB. Windows color (decimal): -3421733 or 14404043. OLE color: 14404043.

HSL color Cylindrical-coordinate representation of color #CBC9DB: hue angle of 246.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBC9DB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203201219-
CMYK0.070.0800.14
HSL246.67º20%82.35%-
HSV(B)246.67º8.22%85.88%-
XYZ58.359.5875.45-
YUV203.65136.66127.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=32.58%
G=32.26%
B=35.15%

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
Decimal2032012190.070.0800.14246.672082.35
HexCBC9DB780Ef71452
Octal31331133371001636724122
Binary11001011110010011101101111110000111011110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9DB; }

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

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

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

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

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

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

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

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