#CBC9DA

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

Shades of Lavender Grey #CBC9DA

Tints of Lavender Grey #CBC9DA

Color information

#CBC9DA (or 0xCBC9DA) is unknown color: approx Lavender Grey. HEX triplet: CB, C9 and DA. RGB value is (203,201,218). Sum of RGB (Red+Green+Blue) = 203+201+218=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9DA is #343625. Grayscale: #CBCBCB. Windows color (decimal): -3421734 or 14338507. OLE color: 14338507.

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

Color convert

RGB203201218-
CMYK0.070.0800.15
HSL247.06º18.68%82.16%-
HSV(B)247.06º7.8%85.49%-
XYZ58.1759.5374.75-
YUV203.54136.16127.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=32.64%
G=32.32%
B=35.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032012180.070.0800.15247.0618.6882.16
HexCBC9DA780Ff71352
Octal31331133271001736723122
Binary11001011110010011101101011110000111111110111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9DA; }

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

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

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

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

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

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

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

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