Shades of Periwinkle #D0D3DF
Tints of Periwinkle #D0D3DF
RGB
CMYK
RGB Variations
Color information
#D0D3DF (or 0xD0D3DF) is known color: Periwinkle. HEX triplet: D0, D3 and DF. RGB value is (208,211,223). Sum of RGB (Red+Green+Blue) = 208+211+223=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3DF is #2F2C20. Grayscale: #D3D3D3. Windows color (decimal): -3091489 or 14668752. OLE color: 14668752.
HSL color Cylindrical-coordinate representation of color #D0D3DF: hue angle of 228º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D3DF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 211 | 223 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.13 |
| HSL | 228º | 0.19% | 0.85% | - |
| HSV(B) | 228º | 0.07% | 0.87% | - |
| XYZ | 62.63 | 65.33 | 79.12 | - |
| YUV | 211.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 223 | 0.07 | 0.05 | 0 | 0.13 | 228 | 0.19 | 0.85 |
| Hex | D0 | D3 | DF | 7 | 5 | 0 | D | E4 | 13 | 55 |
| Octal | 320 | 323 | 337 | 7 | 5 | 0 | 15 | 344 | 23 | 125 |
| Binary | 11010000 | 11010011 | 11011111 | 111 | 101 | 0 | 1101 | 11100100 | 10011 | 1010101 |
Color Harmonies of #D0D3DF
Complementary color
Monochromatic Colors of #D0D3DF
Black with #D0D3DF
Text Example
Text Example
White with #D0D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3DF; }
p { color: rgb(208,211,223); }
H1.HeaderClassName
{
color: #D0D3DF;
}
.AnyTagClassName
{
color: #D0D3DF;
}
</style>
background-color css
<style>
a { background-color: #D0D3DF; }
a { background-color: rgb(208,211,223); }
div.DivClassName
{
background-color: #D0D3DF;
}
.BgClassName
{
background-color: #D0D3DF;
}
</style>
border-color css
<style>
span { border-color: #D0D3DF; }
span { border-color: rgb(208,211,223); }
td.TdClassName
{
border-color: #D0D3DF;
}
.TagClassName
{
border-color: #D0D3DF;
}
</style>