#CBC9D7

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

Shades of Lavender Grey #CBC9D7

Tints of Lavender Grey #CBC9D7

Color information

#CBC9D7 (or 0xCBC9D7) is unknown color: approx Lavender Grey. HEX triplet: CB, C9 and D7. RGB value is (203,201,215). Sum of RGB (Red+Green+Blue) = 203+201+215=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9D7 is #343628. Grayscale: #CBCBCB. Windows color (decimal): -3421737 or 14141899. OLE color: 14141899.

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

Color convert

RGB203201215-
CMYK0.060.0700.16
HSL248.57º14.89%81.57%-
HSV(B)248.57º6.51%84.31%-
XYZ57.7859.3872.71-
YUV203.19134.66127.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=32.79%
G=32.47%
B=34.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032012150.060.0700.16248.5714.8981.57
HexCBC9D767010f9f52
Octal3133113276702037117122
Binary1100101111001001110101111101110100001111100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9D7; }

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

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

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

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

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

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

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

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