#CBCBDE

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

Shades of Lavender Grey #CBCBDE

Tints of Lavender Grey #CBCBDE

Color information

#CBCBDE (or 0xCBCBDE) is unknown color: approx Lavender Grey. HEX triplet: CB, CB and DE. RGB value is (203,203,222). Sum of RGB (Red+Green+Blue) = 203+203+222=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBDE is #343421. Grayscale: #CDCDCD. Windows color (decimal): -3421218 or 14601163. OLE color: 14601163.

HSL color Cylindrical-coordinate representation of color #CBCBDE: hue angle of 240º degrees, saturation: 0.22, 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 #CBCBDE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203203222-
CMYK0.090.0900.13
HSL240º22.35%83.33%-
HSV(B)240º8.56%87.06%-
XYZ59.1760.6877.7-
YUV205.17137.5126.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=32.32%
G=32.32%
B=35.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032032220.090.0900.1324022.3583.33
HexCBCBDE990Df01653
Octal313313336111101536026123
Binary110010111100101111011110100110010110111110000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBDE; }

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

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

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

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

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

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

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

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