#CBCBD7

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

Shades of Lavender Grey #CBCBD7

Tints of Lavender Grey #CBCBD7

Color information

#CBCBD7 (or 0xCBCBD7) is unknown color: approx Lavender Grey. HEX triplet: CB, CB and D7. RGB value is (203,203,215). Sum of RGB (Red+Green+Blue) = 203+203+215=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBD7 is #343428. Grayscale: #CCCCCC. Windows color (decimal): -3421225 or 14142411. OLE color: 14142411.

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

Color convert

RGB203203215-
CMYK0.060.0600.16
HSL240º13.04%81.96%-
HSV(B)240º5.58%84.31%-
XYZ58.2560.3172.86-
YUV204.37134127.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=32.69%
G=32.69%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032032150.060.0600.1624013.0481.96
HexCBCBD766010f0d52
Octal3133133276602036015122
Binary1100101111001011110101111101100100001111000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBD7; }

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

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

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

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

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

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

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

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