#CBC9D6

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

Shades of Lavender Grey #CBC9D6

Tints of Lavender Grey #CBC9D6

Color information

#CBC9D6 (or 0xCBC9D6) is unknown color: approx Lavender Grey. HEX triplet: CB, C9 and D6. RGB value is (203,201,214). Sum of RGB (Red+Green+Blue) = 203+201+214=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9D6 is #343629. Grayscale: #CBCBCB. Windows color (decimal): -3421738 or 14076363. OLE color: 14076363.

HSL color Cylindrical-coordinate representation of color #CBC9D6: hue angle of 249.23º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC9D6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203201214-
CMYK0.050.0600.16
HSL249.23º13.68%81.37%-
HSV(B)249.23º6.07%83.92%-
XYZ57.6559.3272.03-
YUV203.08134.16127.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 201 (78.91% from 255) = 32.52%
BLUE value IS 214 (83.98% from 255) = 34.63%
R=32.85%
G=32.52%
B=34.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032012140.050.0600.16249.2313.6881.37
HexCBC9D656010f9e51
Octal3133113265602037116121
Binary1100101111001001110101101011100100001111100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9D6; }

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

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

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

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

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

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

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

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