Shades of Prim #DDCED2
Tints of Prim #DDCED2
RGB
CMYK
RGB Variations
Color information
#DDCED2 (or 0xDDCED2) is known color: Prim. HEX triplet: DD, CE and D2. RGB value is (221,206,210). Sum of RGB (Red+Green+Blue) = 221+206+210=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED2 is #22312D. Grayscale: #D2D2D2. Windows color (decimal): -2240814 or 13815517. OLE color: 13815517.
HSL color Cylindrical-coordinate representation of color #DDCED2: hue angle of 344º 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 #DDCED2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 210 | - |
CMYK | 0 | 0.07 | 0.05 | 0.13 |
HSL | 344º | 0.18% | 0.84% | - |
HSV(B) | 344º | 0.07% | 0.87% | - |
XYZ | 63.52 | 64.17 | 70.01 | - |
YUV | 210.94 | 127.47 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 210 | 0 | 0.07 | 0.05 | 0.13 | 344 | 0.18 | 0.84 |
Hex | DD | CE | D2 | 0 | 7 | 5 | D | 158 | 12 | 54 |
Octal | 335 | 316 | 322 | 0 | 7 | 5 | 15 | 530 | 22 | 124 |
Binary | 11011101 | 11001110 | 11010010 | 0 | 111 | 101 | 1101 | 101011000 | 10010 | 1010100 |
Color Harmonies of #DDCED2
Complementary color
Monochromatic Colors of #DDCED2
Black with #DDCED2
Text Example
Text Example
White with #DDCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCED2; }
p { color: rgb(221,206,210); }
H1.HeaderClassName
{
color: #DDCED2;
}
.AnyTagClassName
{
color: #DDCED2;
}
</style>
background-color css
<style>
a { background-color: #DDCED2; }
a { background-color: rgb(221,206,210); }
div.DivClassName
{
background-color: #DDCED2;
}
.BgClassName
{
background-color: #DDCED2;
}
</style>
border-color css
<style>
span { border-color: #DDCED2; }
span { border-color: rgb(221,206,210); }
td.TdClassName
{
border-color: #DDCED2;
}
.TagClassName
{
border-color: #DDCED2;
}
</style>