#CCCBDE

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

Shades of Lavender Grey #CCCBDE

Tints of Lavender Grey #CCCBDE

Color information

#CCCBDE (or 0xCCCBDE) is unknown color: approx Lavender Grey. HEX triplet: CC, CB and DE. RGB value is (204,203,222). Sum of RGB (Red+Green+Blue) = 204+203+222=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDE is #333421. Grayscale: #CDCDCD. Windows color (decimal): -3355682 or 14601164. OLE color: 14601164.

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

Color convert

RGB204203222-
CMYK0.080.0900.13
HSL243.16º22.35%83.33%-
HSV(B)243.16º8.56%87.06%-
XYZ59.4460.8277.71-
YUV205.46137.33126.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=32.43%
G=32.27%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042032220.080.0900.13243.1622.3583.33
HexCCCBDE890Df31653
Octal314313336101101536326123
Binary110011001100101111011110100010010110111110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBDE; }

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

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

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

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

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

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

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

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