Shades of Periwinkle #D1D2DB
Tints of Periwinkle #D1D2DB
RGB
CMYK
RGB Variations
Color information
#D1D2DB (or 0xD1D2DB) is known color: Periwinkle. HEX triplet: D1, D2 and DB. RGB value is (209,210,219). Sum of RGB (Red+Green+Blue) = 209+210+219=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2DB is #2E2D24. Grayscale: #D2D2D2. Windows color (decimal): -3026213 or 14406353. OLE color: 14406353.
HSL color Cylindrical-coordinate representation of color #D1D2DB: hue angle of 234º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D2DB is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 210 | 219 | - |
CMYK | 0.05 | 0.04 | 0 | 0.14 |
HSL | 234º | 0.12% | 0.84% | - |
HSV(B) | 234º | 0.05% | 0.86% | - |
XYZ | 62.13 | 64.76 | 76.24 | - |
YUV | 210.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 210 | 219 | 0.05 | 0.04 | 0 | 0.14 | 234 | 0.12 | 0.84 |
Hex | D1 | D2 | DB | 5 | 4 | 0 | E | EA | C | 54 |
Octal | 321 | 322 | 333 | 5 | 4 | 0 | 16 | 352 | 14 | 124 |
Binary | 11010001 | 11010010 | 11011011 | 101 | 100 | 0 | 1110 | 11101010 | 1100 | 1010100 |
Color Harmonies of #D1D2DB
Complementary color
Monochromatic Colors of #D1D2DB
Black with #D1D2DB
Text Example
Text Example
White with #D1D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2DB; }
p { color: rgb(209,210,219); }
H1.HeaderClassName
{
color: #D1D2DB;
}
.AnyTagClassName
{
color: #D1D2DB;
}
</style>
background-color css
<style>
a { background-color: #D1D2DB; }
a { background-color: rgb(209,210,219); }
div.DivClassName
{
background-color: #D1D2DB;
}
.BgClassName
{
background-color: #D1D2DB;
}
</style>
border-color css
<style>
span { border-color: #D1D2DB; }
span { border-color: rgb(209,210,219); }
td.TdClassName
{
border-color: #D1D2DB;
}
.TagClassName
{
border-color: #D1D2DB;
}
</style>