#D9CDCD

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

Shades of Light Grey #D9CDCD

Tints of Light Grey #D9CDCD

Color information

#D9CDCD (or 0xD9CDCD) is unknown color: approx Light Grey. HEX triplet: D9, CD and CD. RGB value is (217,205,205). Sum of RGB (Red+Green+Blue) = 217+205+205=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDCD is #263232. Grayscale: #D0D0D0. Windows color (decimal): -2503219 or 13487577. OLE color: 13487577.

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

Color convert

RGB217205205-
CMYK00.060.060.15
HSL13.64%82.75%-
HSV(B)5.53%85.1%-
XYZ61.4762.8266.64-
YUV208.59125.98134-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=34.61%
G=32.70%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720520500.060.060.15013.6482.75
HexD9CDCD066F0e53
Octal33131531506617016123
Binary11011001110011011100110101101101111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDCD; }

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

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

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

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

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

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

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

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