#CDCCD9

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

Shades of Lavender Grey #CDCCD9

Tints of Lavender Grey #CDCCD9

Color information

#CDCCD9 (or 0xCDCCD9) is unknown color: approx Lavender Grey. HEX triplet: CD, CC and D9. RGB value is (205,204,217). Sum of RGB (Red+Green+Blue) = 205+204+217=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCD9 is #323326. Grayscale: #CDCDCD. Windows color (decimal): -3289895 or 14273741. OLE color: 14273741.

HSL color Cylindrical-coordinate representation of color #CDCCD9: hue angle of 244.62º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCCD9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205204217-
CMYK0.060.0600.15
HSL244.62º14.61%82.55%-
HSV(B)244.62º5.99%85.1%-
XYZ59.2961.1774.33-
YUV205.78134.33127.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=32.75%
G=32.59%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052042170.060.0600.15244.6214.6182.55
HexCDCCD9660Ff5f53
Octal3153143316601736517123
Binary110011011100110011011001110110011111111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCD9; }

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

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

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

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

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

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

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

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