#CDCCDB

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

Shades of Lavender Grey #CDCCDB

Tints of Lavender Grey #CDCCDB

Color information

#CDCCDB (or 0xCDCCDB) is unknown color: approx Lavender Grey. HEX triplet: CD, CC and DB. RGB value is (205,204,219). Sum of RGB (Red+Green+Blue) = 205+204+219=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCDB is #323324. Grayscale: #CDCDCD. Windows color (decimal): -3289893 or 14404813. OLE color: 14404813.

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

Color convert

RGB205204219-
CMYK0.060.0700.14
HSL244º17.24%82.94%-
HSV(B)244º6.85%85.88%-
XYZ59.5661.2875.71-
YUV206.01135.33127.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=32.64%
G=32.48%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052042190.060.0700.1424417.2482.94
HexCDCCDB670Ef41153
Octal3153143336701636421123
Binary1100110111001100110110111101110111011110100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCDB; }

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

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

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

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

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

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

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

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