Shades of Green White #D5D5D4
Tints of Green White #D5D5D4
RGB
CMYK
RGB Variations
Color information
#D5D5D4 (or 0xD5D5D4) is known color: Green White. HEX triplet: D5, D5 and D4. RGB value is (213,213,212). Sum of RGB (Red+Green+Blue) = 213+213+212=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5D4 is #2A2A2B. Grayscale: #D4D4D4. Windows color (decimal): -2763308 or 13948373. OLE color: 13948373.
HSL color Cylindrical-coordinate representation of color #D5D5D4: hue angle of 60º degrees, saturation: 0.01, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D5D5D4 is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 213 | 212 | - |
CMYK | 0 | 0 | 0.00 | 0.16 |
HSL | 60º | 0.01% | 0.83% | - |
HSV(B) | 60º | 0% | 0.84% | - |
XYZ | 63.12 | 66.49 | 71.79 | - |
YUV | 212.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 213 | 212 | 0 | 0 | 0.00 | 0.16 | 60 | 0.01 | 0.83 |
Hex | D5 | D5 | D4 | 0 | 0 | 0 | 10 | 3C | 1 | 53 |
Octal | 325 | 325 | 324 | 0 | 0 | 0 | 20 | 74 | 1 | 123 |
Binary | 11010101 | 11010101 | 11010100 | 0 | 0 | 0 | 10000 | 111100 | 1 | 1010011 |
Color Harmonies of #D5D5D4
Complementary color
Monochromatic Colors of #D5D5D4
Black with #D5D5D4
Text Example
Text Example
White with #D5D5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D5D4; }
p { color: rgb(213,213,212); }
H1.HeaderClassName
{
color: #D5D5D4;
}
.AnyTagClassName
{
color: #D5D5D4;
}
</style>
background-color css
<style>
a { background-color: #D5D5D4; }
a { background-color: rgb(213,213,212); }
div.DivClassName
{
background-color: #D5D5D4;
}
.BgClassName
{
background-color: #D5D5D4;
}
</style>
border-color css
<style>
span { border-color: #D5D5D4; }
span { border-color: rgb(213,213,212); }
td.TdClassName
{
border-color: #D5D5D4;
}
.TagClassName
{
border-color: #D5D5D4;
}
</style>