#D6CDCD

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

Shades of Light Grey #D6CDCD

Tints of Light Grey #D6CDCD

Color information

#D6CDCD (or 0xD6CDCD) is unknown color: approx Light Grey. HEX triplet: D6, CD and CD. RGB value is (214,205,205). Sum of RGB (Red+Green+Blue) = 214+205+205=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDCD is #293232. Grayscale: #CFCFCF. Windows color (decimal): -2699827 or 13487574. OLE color: 13487574.

HSL color Cylindrical-coordinate representation of color #D6CDCD: hue angle of 0º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6CDCD is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214205205-
CMYK00.040.040.16
HSL9.89%82.16%-
HSV(B)4.21%83.92%-
XYZ60.5862.3766.6-
YUV207.69126.48132.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=34.29%
G=32.85%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420520500.040.040.1609.8982.16
HexD6CDCD044100a52
Octal32631531504420012122
Binary110101101100110111001101010010010000010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDCD; }

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

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

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

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

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

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

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

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