Shades of Periwinkle #CDD1E1
Tints of Periwinkle #CDD1E1
RGB
CMYK
RGB Variations
Color information
#CDD1E1 (or 0xCDD1E1) is known color: Periwinkle. HEX triplet: CD, D1 and E1. RGB value is (205,209,225). Sum of RGB (Red+Green+Blue) = 205+209+225=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDD1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1E1 is #322E1E. Grayscale: #D1D1D1. Windows color (decimal): -3288607 or 14799309. OLE color: 14799309.
HSL color Cylindrical-coordinate representation of color #CDD1E1: hue angle of 228º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDD1E1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 209 | 225 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.12 |
| HSL | 228º | 0.25% | 0.84% | - |
| HSV(B) | 228º | 0.09% | 0.88% | - |
| XYZ | 61.57 | 64.02 | 80.35 | - |
| YUV | 209.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 225 | 0.09 | 0.07 | 0 | 0.12 | 228 | 0.25 | 0.84 |
| Hex | CD | D1 | E1 | 9 | 7 | 0 | C | E4 | 19 | 54 |
| Octal | 315 | 321 | 341 | 11 | 7 | 0 | 14 | 344 | 31 | 124 |
| Binary | 11001101 | 11010001 | 11100001 | 1001 | 111 | 0 | 1100 | 11100100 | 11001 | 1010100 |
Color Harmonies of #CDD1E1
Complementary color
Monochromatic Colors of #CDD1E1
Black with #CDD1E1
Text Example
Text Example
White with #CDD1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1E1; }
p { color: rgb(205,209,225); }
H1.HeaderClassName
{
color: #CDD1E1;
}
.AnyTagClassName
{
color: #CDD1E1;
}
</style>
background-color css
<style>
a { background-color: #CDD1E1; }
a { background-color: rgb(205,209,225); }
div.DivClassName
{
background-color: #CDD1E1;
}
.BgClassName
{
background-color: #CDD1E1;
}
</style>
border-color css
<style>
span { border-color: #CDD1E1; }
span { border-color: rgb(205,209,225); }
td.TdClassName
{
border-color: #CDD1E1;
}
.TagClassName
{
border-color: #CDD1E1;
}
</style>