#CBC9DD

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

Shades of Lavender Grey #CBC9DD

Tints of Lavender Grey #CBC9DD

Color information

#CBC9DD (or 0xCBC9DD) is unknown color: approx Lavender Grey. HEX triplet: CB, C9 and DD. RGB value is (203,201,221). Sum of RGB (Red+Green+Blue) = 203+201+221=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DD is #343622. Grayscale: #CBCBCB. Windows color (decimal): -3421731 or 14535115. OLE color: 14535115.

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

Color convert

RGB203201221-
CMYK0.080.0900.13
HSL246º22.73%82.75%-
HSV(B)246º9.05%86.67%-
XYZ58.5759.6976.84-
YUV203.88137.66127.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=32.48%
G=32.16%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032012210.080.0900.1324622.7382.75
HexCBC9DD890Df61753
Octal313311335101101536627123
Binary110010111100100111011101100010010110111110110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9DD; }

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

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

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

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

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

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

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

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