Shades of Periwinkle #CDD0E0
Tints of Periwinkle #CDD0E0
RGB
CMYK
RGB Variations
Color information
#CDD0E0 (or 0xCDD0E0) is known color: Periwinkle. HEX triplet: CD, D0 and E0. RGB value is (205,208,224). Sum of RGB (Red+Green+Blue) = 205+208+224=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDD0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0E0 is #322F1F. Grayscale: #D0D0D0. Windows color (decimal): -3288864 or 14733517. OLE color: 14733517.
HSL color Cylindrical-coordinate representation of color #CDD0E0: hue angle of 230.53º 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 #CDD0E0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 208 | 224 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.12 |
| HSL | 230.53º | 0.23% | 0.84% | - |
| HSV(B) | 230.53º | 0.08% | 0.88% | - |
| XYZ | 61.19 | 63.47 | 79.55 | - |
| YUV | 208.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 224 | 0.08 | 0.07 | 0 | 0.12 | 230.53 | 0.23 | 0.84 |
| Hex | CD | D0 | E0 | 8 | 7 | 0 | C | E7 | 17 | 54 |
| Octal | 315 | 320 | 340 | 10 | 7 | 0 | 14 | 347 | 27 | 124 |
| Binary | 11001101 | 11010000 | 11100000 | 1000 | 111 | 0 | 1100 | 11100111 | 10111 | 1010100 |
Color Harmonies of #CDD0E0
Complementary color
Monochromatic Colors of #CDD0E0
Black with #CDD0E0
Text Example
Text Example
White with #CDD0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0E0; }
p { color: rgb(205,208,224); }
H1.HeaderClassName
{
color: #CDD0E0;
}
.AnyTagClassName
{
color: #CDD0E0;
}
</style>
background-color css
<style>
a { background-color: #CDD0E0; }
a { background-color: rgb(205,208,224); }
div.DivClassName
{
background-color: #CDD0E0;
}
.BgClassName
{
background-color: #CDD0E0;
}
</style>
border-color css
<style>
span { border-color: #CDD0E0; }
span { border-color: rgb(205,208,224); }
td.TdClassName
{
border-color: #CDD0E0;
}
.TagClassName
{
border-color: #CDD0E0;
}
</style>