Shades of Twilight #DDC3D4
Tints of Twilight #DDC3D4
RGB
CMYK
RGB Variations
Color information
#DDC3D4 (or 0xDDC3D4) is known color: Twilight. HEX triplet: DD, C3 and D4. RGB value is (221,195,212). Sum of RGB (Red+Green+Blue) = 221+195+212=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3D4 is #223C2B. Grayscale: #CCCCCC. Windows color (decimal): -2243628 or 13943773. OLE color: 13943773.
HSL color Cylindrical-coordinate representation of color #DDC3D4: hue angle of 320.77º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC3D4 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 195 | 212 | - |
CMYK | 0 | 0.12 | 0.04 | 0.13 |
HSL | 320.77º | 0.28% | 0.82% | - |
HSV(B) | 320.77º | 0.12% | 0.87% | - |
XYZ | 61.22 | 59.16 | 70.48 | - |
YUV | 204.71 | 132.11 | 139.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 195 | 212 | 0 | 0.12 | 0.04 | 0.13 | 320.77 | 0.28 | 0.82 |
Hex | DD | C3 | D4 | 0 | C | 4 | D | 141 | 1C | 52 |
Octal | 335 | 303 | 324 | 0 | 14 | 4 | 15 | 501 | 34 | 122 |
Binary | 11011101 | 11000011 | 11010100 | 0 | 1100 | 100 | 1101 | 101000001 | 11100 | 1010010 |
Color Harmonies of #DDC3D4
Complementary color
Monochromatic Colors of #DDC3D4
Black with #DDC3D4
Text Example
Text Example
White with #DDC3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3D4; }
p { color: rgb(221,195,212); }
H1.HeaderClassName
{
color: #DDC3D4;
}
.AnyTagClassName
{
color: #DDC3D4;
}
</style>
background-color css
<style>
a { background-color: #DDC3D4; }
a { background-color: rgb(221,195,212); }
div.DivClassName
{
background-color: #DDC3D4;
}
.BgClassName
{
background-color: #DDC3D4;
}
</style>
border-color css
<style>
span { border-color: #DDC3D4; }
span { border-color: rgb(221,195,212); }
td.TdClassName
{
border-color: #DDC3D4;
}
.TagClassName
{
border-color: #DDC3D4;
}
</style>