Shades of Prim #DDCED7
Tints of Prim #DDCED7
RGB
CMYK
RGB Variations
Color information
#DDCED7 (or 0xDDCED7) is known color: Prim. HEX triplet: DD, CE and D7. RGB value is (221,206,215). Sum of RGB (Red+Green+Blue) = 221+206+215=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED7 is #223128. Grayscale: #D3D3D3. Windows color (decimal): -2240809 or 14143197. OLE color: 14143197.
HSL color Cylindrical-coordinate representation of color #DDCED7: hue angle of 324º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCED7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 215 | - |
CMYK | 0 | 0.07 | 0.03 | 0.13 |
HSL | 324º | 0.18% | 0.84% | - |
HSV(B) | 324º | 0.07% | 0.87% | - |
XYZ | 64.16 | 64.42 | 73.34 | - |
YUV | 211.51 | 129.97 | 134.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 215 | 0 | 0.07 | 0.03 | 0.13 | 324 | 0.18 | 0.84 |
Hex | DD | CE | D7 | 0 | 7 | 3 | D | 144 | 12 | 54 |
Octal | 335 | 316 | 327 | 0 | 7 | 3 | 15 | 504 | 22 | 124 |
Binary | 11011101 | 11001110 | 11010111 | 0 | 111 | 11 | 1101 | 101000100 | 10010 | 1010100 |
Color Harmonies of #DDCED7
Complementary color
Monochromatic Colors of #DDCED7
Black with #DDCED7
Text Example
Text Example
White with #DDCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCED7; }
p { color: rgb(221,206,215); }
H1.HeaderClassName
{
color: #DDCED7;
}
.AnyTagClassName
{
color: #DDCED7;
}
</style>
background-color css
<style>
a { background-color: #DDCED7; }
a { background-color: rgb(221,206,215); }
div.DivClassName
{
background-color: #DDCED7;
}
.BgClassName
{
background-color: #DDCED7;
}
</style>
border-color css
<style>
span { border-color: #DDCED7; }
span { border-color: rgb(221,206,215); }
td.TdClassName
{
border-color: #DDCED7;
}
.TagClassName
{
border-color: #DDCED7;
}
</style>