Shades of Prim #DDCED4
Tints of Prim #DDCED4
RGB
CMYK
RGB Variations
Color information
#DDCED4 (or 0xDDCED4) is known color: Prim. HEX triplet: DD, CE and D4. RGB value is (221,206,212). Sum of RGB (Red+Green+Blue) = 221+206+212=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED4 is #22312B. Grayscale: #D3D3D3. Windows color (decimal): -2240812 or 13946589. OLE color: 13946589.
HSL color Cylindrical-coordinate representation of color #DDCED4: hue angle of 336º 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 #DDCED4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 212 | - |
CMYK | 0 | 0.07 | 0.04 | 0.13 |
HSL | 336º | 0.18% | 0.84% | - |
HSV(B) | 336º | 0.07% | 0.87% | - |
XYZ | 63.77 | 64.27 | 71.33 | - |
YUV | 211.17 | 128.47 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 212 | 0 | 0.07 | 0.04 | 0.13 | 336 | 0.18 | 0.84 |
Hex | DD | CE | D4 | 0 | 7 | 4 | D | 150 | 12 | 54 |
Octal | 335 | 316 | 324 | 0 | 7 | 4 | 15 | 520 | 22 | 124 |
Binary | 11011101 | 11001110 | 11010100 | 0 | 111 | 100 | 1101 | 101010000 | 10010 | 1010100 |
Color Harmonies of #DDCED4
Complementary color
Monochromatic Colors of #DDCED4
Black with #DDCED4
Text Example
Text Example
White with #DDCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCED4; }
p { color: rgb(221,206,212); }
H1.HeaderClassName
{
color: #DDCED4;
}
.AnyTagClassName
{
color: #DDCED4;
}
</style>
background-color css
<style>
a { background-color: #DDCED4; }
a { background-color: rgb(221,206,212); }
div.DivClassName
{
background-color: #DDCED4;
}
.BgClassName
{
background-color: #DDCED4;
}
</style>
border-color css
<style>
span { border-color: #DDCED4; }
span { border-color: rgb(221,206,212); }
td.TdClassName
{
border-color: #DDCED4;
}
.TagClassName
{
border-color: #DDCED4;
}
</style>