#CBCAD9

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

Shades of Lavender Grey #CBCAD9

Tints of Lavender Grey #CBCAD9

Color information

#CBCAD9 (or 0xCBCAD9) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and D9. RGB value is (203,202,217). Sum of RGB (Red+Green+Blue) = 203+202+217=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAD9 is #343526. Grayscale: #CBCBCB. Windows color (decimal): -3421479 or 14273227. OLE color: 14273227.

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

Color convert

RGB203202217-
CMYK0.060.0700.15
HSL244º16.48%82.16%-
HSV(B)244º6.91%85.1%-
XYZ58.2759.9574.15-
YUV204.01135.33127.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 217 (85.16% from 255) = 34.89%
R=32.64%
G=32.48%
B=34.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032022170.060.0700.1524416.4882.16
HexCBCAD9670Ff41052
Octal3133123316701736420122
Binary1100101111001010110110011101110111111110100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAD9; }

 p { color: rgb(203,202,217); }

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

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

 a { background-color: rgb(203,202,217); }

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

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

 span { border-color: rgb(203,202,217); }

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