Shades of Periwinkle #CDD0E4
Tints of Periwinkle #CDD0E4
RGB
CMYK
RGB Variations
Color information
#CDD0E4 (or 0xCDD0E4) is known color: Periwinkle. HEX triplet: CD, D0 and E4. RGB value is (205,208,228). Sum of RGB (Red+Green+Blue) = 205+208+228=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0E4 is #322F1B. Grayscale: #D1D1D1. Windows color (decimal): -3288860 or 14995661. OLE color: 14995661.
HSL color Cylindrical-coordinate representation of color #CDD0E4: hue angle of 232.17º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD0E4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 208 | 228 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.11 |
| HSL | 232.17º | 0.3% | 0.85% | - |
| HSV(B) | 232.17º | 0.1% | 0.89% | - |
| XYZ | 61.74 | 63.69 | 82.44 | - |
| YUV | 209.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 228 | 0.10 | 0.09 | 0 | 0.11 | 232.17 | 0.3 | 0.85 |
| Hex | CD | D0 | E4 | A | 9 | 0 | B | E8 | 1E | 55 |
| Octal | 315 | 320 | 344 | 12 | 11 | 0 | 13 | 350 | 36 | 125 |
| Binary | 11001101 | 11010000 | 11100100 | 1010 | 1001 | 0 | 1011 | 11101000 | 11110 | 1010101 |
Color Harmonies of #CDD0E4
Complementary color
Monochromatic Colors of #CDD0E4
Black with #CDD0E4
Text Example
Text Example
White with #CDD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0E4; }
p { color: rgb(205,208,228); }
H1.HeaderClassName
{
color: #CDD0E4;
}
.AnyTagClassName
{
color: #CDD0E4;
}
</style>
background-color css
<style>
a { background-color: #CDD0E4; }
a { background-color: rgb(205,208,228); }
div.DivClassName
{
background-color: #CDD0E4;
}
.BgClassName
{
background-color: #CDD0E4;
}
</style>
border-color css
<style>
span { border-color: #CDD0E4; }
span { border-color: rgb(205,208,228); }
td.TdClassName
{
border-color: #CDD0E4;
}
.TagClassName
{
border-color: #CDD0E4;
}
</style>