Shades of White Pointer #DCD8CD
Tints of White Pointer #DCD8CD
RGB
CMYK
RGB Variations
Color information
#DCD8CD (or 0xDCD8CD) is known color: White Pointer. HEX triplet: DC, D8 and CD. RGB value is (220,216,205). Sum of RGB (Red+Green+Blue) = 220+216+205=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8CD is #232732. Grayscale: #D7D7D7. Windows color (decimal): -2303795 or 13490396. OLE color: 13490396.
HSL color Cylindrical-coordinate representation of color #DCD8CD: hue angle of 44º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD8CD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 216 | 205 | - |
CMYK | 0 | 0.02 | 0.07 | 0.14 |
HSL | 44º | 0.18% | 0.83% | - |
HSV(B) | 44º | 0.07% | 0.86% | - |
XYZ | 65.09 | 68.74 | 67.59 | - |
YUV | 215.94 | 121.83 | 130.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 216 | 205 | 0 | 0.02 | 0.07 | 0.14 | 44 | 0.18 | 0.83 |
Hex | DC | D8 | CD | 0 | 2 | 7 | E | 2C | 12 | 53 |
Octal | 334 | 330 | 315 | 0 | 2 | 7 | 16 | 54 | 22 | 123 |
Binary | 11011100 | 11011000 | 11001101 | 0 | 10 | 111 | 1110 | 101100 | 10010 | 1010011 |
Color Harmonies of #DCD8CD
Complementary color
Monochromatic Colors of #DCD8CD
Black with #DCD8CD
Text Example
Text Example
White with #DCD8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8CD; }
p { color: rgb(220,216,205); }
H1.HeaderClassName
{
color: #DCD8CD;
}
.AnyTagClassName
{
color: #DCD8CD;
}
</style>
background-color css
<style>
a { background-color: #DCD8CD; }
a { background-color: rgb(220,216,205); }
div.DivClassName
{
background-color: #DCD8CD;
}
.BgClassName
{
background-color: #DCD8CD;
}
</style>
border-color css
<style>
span { border-color: #DCD8CD; }
span { border-color: rgb(220,216,205); }
td.TdClassName
{
border-color: #DCD8CD;
}
.TagClassName
{
border-color: #DCD8CD;
}
</style>