#D8CDCD

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

Shades of Light Grey #D8CDCD

Tints of Light Grey #D8CDCD

Color information

#D8CDCD (or 0xD8CDCD) is unknown color: approx Light Grey. HEX triplet: D8, CD and CD. RGB value is (216,205,205). Sum of RGB (Red+Green+Blue) = 216+205+205=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDCD is #273232. Grayscale: #D0D0D0. Windows color (decimal): -2568755 or 13487576. OLE color: 13487576.

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

Color convert

RGB216205205-
CMYK00.050.050.15
HSL12.36%82.55%-
HSV(B)5.09%84.71%-
XYZ61.1762.6766.63-
YUV208.29126.14133.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=34.50%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620520500.050.050.15012.3682.55
HexD8CDCD055F0c53
Octal33031531505517014123
Binary11011000110011011100110101011011111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDCD; }

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

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

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

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

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

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

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

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