Shades of Periwinkle #CDD1E0
Tints of Periwinkle #CDD1E0
RGB
CMYK
RGB Variations
Color information
#CDD1E0 (or 0xCDD1E0) is known color: Periwinkle. HEX triplet: CD, D1 and E0. RGB value is (205,209,224). Sum of RGB (Red+Green+Blue) = 205+209+224=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDD1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1E0 is #322E1F. Grayscale: #D1D1D1. Windows color (decimal): -3288608 or 14733773. OLE color: 14733773.
HSL color Cylindrical-coordinate representation of color #CDD1E0: hue angle of 227.37º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD1E0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 209 | 224 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.12 |
| HSL | 227.37º | 0.23% | 0.84% | - |
| HSV(B) | 227.37º | 0.08% | 0.88% | - |
| XYZ | 61.43 | 63.96 | 79.63 | - |
| YUV | 209.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 224 | 0.08 | 0.07 | 0 | 0.12 | 227.37 | 0.23 | 0.84 |
| Hex | CD | D1 | E0 | 8 | 7 | 0 | C | E3 | 17 | 54 |
| Octal | 315 | 321 | 340 | 10 | 7 | 0 | 14 | 343 | 27 | 124 |
| Binary | 11001101 | 11010001 | 11100000 | 1000 | 111 | 0 | 1100 | 11100011 | 10111 | 1010100 |
Color Harmonies of #CDD1E0
Complementary color
Monochromatic Colors of #CDD1E0
Black with #CDD1E0
Text Example
Text Example
White with #CDD1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1E0; }
p { color: rgb(205,209,224); }
H1.HeaderClassName
{
color: #CDD1E0;
}
.AnyTagClassName
{
color: #CDD1E0;
}
</style>
background-color css
<style>
a { background-color: #CDD1E0; }
a { background-color: rgb(205,209,224); }
div.DivClassName
{
background-color: #CDD1E0;
}
.BgClassName
{
background-color: #CDD1E0;
}
</style>
border-color css
<style>
span { border-color: #CDD1E0; }
span { border-color: rgb(205,209,224); }
td.TdClassName
{
border-color: #CDD1E0;
}
.TagClassName
{
border-color: #CDD1E0;
}
</style>