Shades of Periwinkle #CDD0DD
Tints of Periwinkle #CDD0DD
RGB
CMYK
RGB Variations
Color information
#CDD0DD (or 0xCDD0DD) is known color: Periwinkle. HEX triplet: CD, D0 and DD. RGB value is (205,208,221). Sum of RGB (Red+Green+Blue) = 205+208+221=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0DD is #322F22. Grayscale: #D0D0D0. Windows color (decimal): -3288867 or 14536909. OLE color: 14536909.
HSL color Cylindrical-coordinate representation of color #CDD0DD: hue angle of 228.75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD0DD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 208 | 221 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.13 |
| HSL | 228.75º | 0.19% | 0.84% | - |
| HSV(B) | 228.75º | 0.07% | 0.87% | - |
| XYZ | 60.78 | 63.31 | 77.42 | - |
| YUV | 208.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 221 | 0.07 | 0.06 | 0 | 0.13 | 228.75 | 0.19 | 0.84 |
| Hex | CD | D0 | DD | 7 | 6 | 0 | D | E5 | 13 | 54 |
| Octal | 315 | 320 | 335 | 7 | 6 | 0 | 15 | 345 | 23 | 124 |
| Binary | 11001101 | 11010000 | 11011101 | 111 | 110 | 0 | 1101 | 11100101 | 10011 | 1010100 |
Color Harmonies of #CDD0DD
Complementary color
Monochromatic Colors of #CDD0DD
Black with #CDD0DD
Text Example
Text Example
White with #CDD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0DD; }
p { color: rgb(205,208,221); }
H1.HeaderClassName
{
color: #CDD0DD;
}
.AnyTagClassName
{
color: #CDD0DD;
}
</style>
background-color css
<style>
a { background-color: #CDD0DD; }
a { background-color: rgb(205,208,221); }
div.DivClassName
{
background-color: #CDD0DD;
}
.BgClassName
{
background-color: #CDD0DD;
}
</style>
border-color css
<style>
span { border-color: #CDD0DD; }
span { border-color: rgb(205,208,221); }
td.TdClassName
{
border-color: #CDD0DD;
}
.TagClassName
{
border-color: #CDD0DD;
}
</style>