#CBCBDB

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

Shades of Lavender Grey #CBCBDB

Tints of Lavender Grey #CBCBDB

Color information

#CBCBDB (or 0xCBCBDB) is unknown color: approx Lavender Grey. HEX triplet: CB, CB and DB. RGB value is (203,203,219). Sum of RGB (Red+Green+Blue) = 203+203+219=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBDB is #343424. Grayscale: #CCCCCC. Windows color (decimal): -3421221 or 14404555. OLE color: 14404555.

HSL color Cylindrical-coordinate representation of color #CBCBDB: hue angle of 240º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCBDB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203203219-
CMYK0.070.0700.14
HSL240º18.18%82.75%-
HSV(B)240º7.31%85.88%-
XYZ58.7760.5275.6-
YUV204.82136126.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=32.48%
G=32.48%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032032190.070.0700.1424018.1882.75
HexCBCBDB770Ef01253
Octal3133133337701636022123
Binary1100101111001011110110111111110111011110000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBDB; }

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

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

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

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

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

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

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

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