#CCCCDB

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

Shades of Lavender Grey #CCCCDB

Tints of Lavender Grey #CCCCDB

Color information

#CCCCDB (or 0xCCCCDB) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and DB. RGB value is (204,204,219). Sum of RGB (Red+Green+Blue) = 204+204+219=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDB is #333324. Grayscale: #CDCDCD. Windows color (decimal): -3355429 or 14404812. OLE color: 14404812.

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

Color convert

RGB204204219-
CMYK0.070.0700.14
HSL240º17.24%82.94%-
HSV(B)240º6.85%85.88%-
XYZ59.2861.1475.69-
YUV205.71135.5126.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=32.54%
G=32.54%
B=34.93%

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
Decimal2042042190.070.0700.1424017.2482.94
HexCCCCDB770Ef01153
Octal3143143337701636021123
Binary1100110011001100110110111111110111011110000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCDB; }

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

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

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

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

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

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

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

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