Shades of Prim #DCCED4
Tints of Prim #DCCED4
RGB
CMYK
RGB Variations
Color information
#DCCED4 (or 0xDCCED4) is known color: Prim. HEX triplet: DC, CE and D4. RGB value is (220,206,212). Sum of RGB (Red+Green+Blue) = 220+206+212=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCED4 is #23312B. Grayscale: #D2D2D2. Windows color (decimal): -2306348 or 13946588. OLE color: 13946588.
HSL color Cylindrical-coordinate representation of color #DCCED4: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCED4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 206 | 212 | - |
CMYK | 0 | 0.06 | 0.04 | 0.14 |
HSL | 334.29º | 0.17% | 0.84% | - |
HSV(B) | 334.29º | 0.06% | 0.86% | - |
XYZ | 63.47 | 64.11 | 71.32 | - |
YUV | 210.87 | 128.64 | 134.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 212 | 0 | 0.06 | 0.04 | 0.14 | 334.29 | 0.17 | 0.84 |
Hex | DC | CE | D4 | 0 | 6 | 4 | E | 14E | 11 | 54 |
Octal | 334 | 316 | 324 | 0 | 6 | 4 | 16 | 516 | 21 | 124 |
Binary | 11011100 | 11001110 | 11010100 | 0 | 110 | 100 | 1110 | 101001110 | 10001 | 1010100 |
Color Harmonies of #DCCED4
Complementary color
Monochromatic Colors of #DCCED4
Black with #DCCED4
Text Example
Text Example
White with #DCCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCED4; }
p { color: rgb(220,206,212); }
H1.HeaderClassName
{
color: #DCCED4;
}
.AnyTagClassName
{
color: #DCCED4;
}
</style>
background-color css
<style>
a { background-color: #DCCED4; }
a { background-color: rgb(220,206,212); }
div.DivClassName
{
background-color: #DCCED4;
}
.BgClassName
{
background-color: #DCCED4;
}
</style>
border-color css
<style>
span { border-color: #DCCED4; }
span { border-color: rgb(220,206,212); }
td.TdClassName
{
border-color: #DCCED4;
}
.TagClassName
{
border-color: #DCCED4;
}
</style>