Shades of Periwinkle #CDD1EA
Tints of Periwinkle #CDD1EA
RGB
CMYK
RGB Variations
Color information
#CDD1EA (or 0xCDD1EA) is known color: Periwinkle. HEX triplet: CD, D1 and EA. RGB value is (205,209,234). Sum of RGB (Red+Green+Blue) = 205+209+234=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EA is #322E15. Grayscale: #D2D2D2. Windows color (decimal): -3288598 or 15389133. OLE color: 15389133.
HSL color Cylindrical-coordinate representation of color #CDD1EA: hue angle of 231.72º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD1EA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 209 | 234 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.08 |
| HSL | 231.72º | 0.41% | 0.86% | - |
| HSV(B) | 231.72º | 0.12% | 0.92% | - |
| XYZ | 62.83 | 64.52 | 86.98 | - |
| YUV | 210.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 234 | 0.12 | 0.11 | 0 | 0.08 | 231.72 | 0.41 | 0.86 |
| Hex | CD | D1 | EA | C | B | 0 | 8 | E8 | 29 | 56 |
| Octal | 315 | 321 | 352 | 14 | 13 | 0 | 10 | 350 | 51 | 126 |
| Binary | 11001101 | 11010001 | 11101010 | 1100 | 1011 | 0 | 1000 | 11101000 | 101001 | 1010110 |
Color Harmonies of #CDD1EA
Complementary color
Monochromatic Colors of #CDD1EA
Black with #CDD1EA
Text Example
Text Example
White with #CDD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1EA; }
p { color: rgb(205,209,234); }
H1.HeaderClassName
{
color: #CDD1EA;
}
.AnyTagClassName
{
color: #CDD1EA;
}
</style>
background-color css
<style>
a { background-color: #CDD1EA; }
a { background-color: rgb(205,209,234); }
div.DivClassName
{
background-color: #CDD1EA;
}
.BgClassName
{
background-color: #CDD1EA;
}
</style>
border-color css
<style>
span { border-color: #CDD1EA; }
span { border-color: rgb(205,209,234); }
td.TdClassName
{
border-color: #CDD1EA;
}
.TagClassName
{
border-color: #CDD1EA;
}
</style>