Shades of Periwinkle #D0D2DD
Tints of Periwinkle #D0D2DD
RGB
CMYK
RGB Variations
Color information
#D0D2DD (or 0xD0D2DD) is known color: Periwinkle. HEX triplet: D0, D2 and DD. RGB value is (208,210,221). Sum of RGB (Red+Green+Blue) = 208+210+221=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D2DD is #2F2D22. Grayscale: #D2D2D2. Windows color (decimal): -3091747 or 14537424. OLE color: 14537424.
HSL color Cylindrical-coordinate representation of color #D0D2DD: hue angle of 230.77º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0D2DD is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 210 | 221 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.13 |
| HSL | 230.77º | 0.16% | 0.84% | - |
| HSV(B) | 230.77º | 0.06% | 0.87% | - |
| XYZ | 62.11 | 64.72 | 77.63 | - |
| YUV | 210.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 221 | 0.06 | 0.05 | 0 | 0.13 | 230.77 | 0.16 | 0.84 |
| Hex | D0 | D2 | DD | 6 | 5 | 0 | D | E7 | 10 | 54 |
| Octal | 320 | 322 | 335 | 6 | 5 | 0 | 15 | 347 | 20 | 124 |
| Binary | 11010000 | 11010010 | 11011101 | 110 | 101 | 0 | 1101 | 11100111 | 10000 | 1010100 |
Color Harmonies of #D0D2DD
Complementary color
Monochromatic Colors of #D0D2DD
Black with #D0D2DD
Text Example
Text Example
White with #D0D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2DD; }
p { color: rgb(208,210,221); }
H1.HeaderClassName
{
color: #D0D2DD;
}
.AnyTagClassName
{
color: #D0D2DD;
}
</style>
background-color css
<style>
a { background-color: #D0D2DD; }
a { background-color: rgb(208,210,221); }
div.DivClassName
{
background-color: #D0D2DD;
}
.BgClassName
{
background-color: #D0D2DD;
}
</style>
border-color css
<style>
span { border-color: #D0D2DD; }
span { border-color: rgb(208,210,221); }
td.TdClassName
{
border-color: #D0D2DD;
}
.TagClassName
{
border-color: #D0D2DD;
}
</style>