#CBC9DC

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

Shades of Lavender Grey #CBC9DC

Tints of Lavender Grey #CBC9DC

Color information

#CBC9DC (or 0xCBC9DC) is unknown color: approx Lavender Grey. HEX triplet: CB, C9 and DC. RGB value is (203,201,220). Sum of RGB (Red+Green+Blue) = 203+201+220=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DC is #343623. Grayscale: #CBCBCB. Windows color (decimal): -3421732 or 14469579. OLE color: 14469579.

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

Color convert

RGB203201220-
CMYK0.080.0900.14
HSL246.32º21.35%82.55%-
HSV(B)246.32º8.64%86.27%-
XYZ58.4359.6476.14-
YUV203.76137.16127.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=32.53%
G=32.21%
B=35.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032012200.080.0900.14246.3221.3582.55
HexCBC9DC890Ef61553
Octal313311334101101636625123
Binary110010111100100111011100100010010111011110110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9DC; }

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

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

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

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

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

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

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

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