#CCCBDB

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

Shades of Lavender Grey #CCCBDB

Tints of Lavender Grey #CCCBDB

Color information

#CCCBDB (or 0xCCCBDB) is unknown color: approx Lavender Grey. HEX triplet: CC, CB and DB. RGB value is (204,203,219). Sum of RGB (Red+Green+Blue) = 204+203+219=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDB is #333424. Grayscale: #CDCDCD. Windows color (decimal): -3355685 or 14404556. OLE color: 14404556.

HSL color Cylindrical-coordinate representation of color #CCCBDB: hue angle of 243.75º 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 #CCCBDB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204203219-
CMYK0.070.0700.14
HSL243.75º18.18%82.75%-
HSV(B)243.75º7.31%85.88%-
XYZ59.0460.6675.62-
YUV205.12135.83127.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=32.59%
G=32.43%
B=34.98%

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
Decimal2042032190.070.0700.14243.7518.1882.75
HexCCCBDB770Ef41253
Octal3143133337701636422123
Binary1100110011001011110110111111110111011110100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBDB; }

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

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

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

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

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

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

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

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