Shades of Periwinkle #D0D1DE
Tints of Periwinkle #D0D1DE
RGB
CMYK
RGB Variations
Color information
#D0D1DE (or 0xD0D1DE) is known color: Periwinkle. HEX triplet: D0, D1 and DE. RGB value is (208,209,222). Sum of RGB (Red+Green+Blue) = 208+209+222=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0D1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1DE is #2F2E21. Grayscale: #D2D2D2. Windows color (decimal): -3092002 or 14602704. OLE color: 14602704.
HSL color Cylindrical-coordinate representation of color #D0D1DE: hue angle of 235.71º degrees, saturation: 0.17, 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 #D0D1DE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 209 | 222 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.13 |
| HSL | 235.71º | 0.18% | 0.84% | - |
| HSV(B) | 235.71º | 0.06% | 0.87% | - |
| XYZ | 62 | 64.28 | 78.25 | - |
| YUV | 210.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 222 | 0.06 | 0.06 | 0 | 0.13 | 235.71 | 0.18 | 0.84 |
| Hex | D0 | D1 | DE | 6 | 6 | 0 | D | EC | 12 | 54 |
| Octal | 320 | 321 | 336 | 6 | 6 | 0 | 15 | 354 | 22 | 124 |
| Binary | 11010000 | 11010001 | 11011110 | 110 | 110 | 0 | 1101 | 11101100 | 10010 | 1010100 |
Color Harmonies of #D0D1DE
Complementary color
Monochromatic Colors of #D0D1DE
Black with #D0D1DE
Text Example
Text Example
White with #D0D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1DE; }
p { color: rgb(208,209,222); }
H1.HeaderClassName
{
color: #D0D1DE;
}
.AnyTagClassName
{
color: #D0D1DE;
}
</style>
background-color css
<style>
a { background-color: #D0D1DE; }
a { background-color: rgb(208,209,222); }
div.DivClassName
{
background-color: #D0D1DE;
}
.BgClassName
{
background-color: #D0D1DE;
}
</style>
border-color css
<style>
span { border-color: #D0D1DE; }
span { border-color: rgb(208,209,222); }
td.TdClassName
{
border-color: #D0D1DE;
}
.TagClassName
{
border-color: #D0D1DE;
}
</style>