Shades of Periwinkle #CDD0E9
Tints of Periwinkle #CDD0E9
RGB
CMYK
RGB Variations
Color information
#CDD0E9 (or 0xCDD0E9) is known color: Periwinkle. HEX triplet: CD, D0 and E9. RGB value is (205,208,233). Sum of RGB (Red+Green+Blue) = 205+208+233=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0E9 is #322F16. Grayscale: #D1D1D1. Windows color (decimal): -3288855 or 15323341. OLE color: 15323341.
HSL color Cylindrical-coordinate representation of color #CDD0E9: hue angle of 233.57º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD0E9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 208 | 233 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.09 |
| HSL | 233.57º | 0.39% | 0.86% | - |
| HSV(B) | 233.57º | 0.12% | 0.91% | - |
| XYZ | 62.44 | 63.97 | 86.15 | - |
| YUV | 209.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 233 | 0.12 | 0.11 | 0 | 0.09 | 233.57 | 0.39 | 0.86 |
| Hex | CD | D0 | E9 | C | B | 0 | 9 | EA | 27 | 56 |
| Octal | 315 | 320 | 351 | 14 | 13 | 0 | 11 | 352 | 47 | 126 |
| Binary | 11001101 | 11010000 | 11101001 | 1100 | 1011 | 0 | 1001 | 11101010 | 100111 | 1010110 |
Color Harmonies of #CDD0E9
Complementary color
Monochromatic Colors of #CDD0E9
Black with #CDD0E9
Text Example
Text Example
White with #CDD0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0E9; }
p { color: rgb(205,208,233); }
H1.HeaderClassName
{
color: #CDD0E9;
}
.AnyTagClassName
{
color: #CDD0E9;
}
</style>
background-color css
<style>
a { background-color: #CDD0E9; }
a { background-color: rgb(205,208,233); }
div.DivClassName
{
background-color: #CDD0E9;
}
.BgClassName
{
background-color: #CDD0E9;
}
</style>
border-color css
<style>
span { border-color: #CDD0E9; }
span { border-color: rgb(205,208,233); }
td.TdClassName
{
border-color: #CDD0E9;
}
.TagClassName
{
border-color: #CDD0E9;
}
</style>