Shades of Periwinkle #CDD2E7
Tints of Periwinkle #CDD2E7
RGB
CMYK
RGB Variations
Color information
#CDD2E7 (or 0xCDD2E7) is known color: Periwinkle. HEX triplet: CD, D2 and E7. RGB value is (205,210,231). Sum of RGB (Red+Green+Blue) = 205+210+231=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDD2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2E7 is #322D18. Grayscale: #D2D2D2. Windows color (decimal): -3288345 or 15192781. OLE color: 15192781.
HSL color Cylindrical-coordinate representation of color #CDD2E7: hue angle of 228.46º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD2E7 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 210 | 231 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.09 |
| HSL | 228.46º | 0.35% | 0.85% | - |
| HSV(B) | 228.46º | 0.11% | 0.91% | - |
| XYZ | 62.65 | 64.84 | 84.82 | - |
| YUV | 210.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 231 | 0.11 | 0.09 | 0 | 0.09 | 228.46 | 0.35 | 0.85 |
| Hex | CD | D2 | E7 | B | 9 | 0 | 9 | E4 | 23 | 55 |
| Octal | 315 | 322 | 347 | 13 | 11 | 0 | 11 | 344 | 43 | 125 |
| Binary | 11001101 | 11010010 | 11100111 | 1011 | 1001 | 0 | 1001 | 11100100 | 100011 | 1010101 |
Color Harmonies of #CDD2E7
Complementary color
Monochromatic Colors of #CDD2E7
Black with #CDD2E7
Text Example
Text Example
White with #CDD2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2E7; }
p { color: rgb(205,210,231); }
H1.HeaderClassName
{
color: #CDD2E7;
}
.AnyTagClassName
{
color: #CDD2E7;
}
</style>
background-color css
<style>
a { background-color: #CDD2E7; }
a { background-color: rgb(205,210,231); }
div.DivClassName
{
background-color: #CDD2E7;
}
.BgClassName
{
background-color: #CDD2E7;
}
</style>
border-color css
<style>
span { border-color: #CDD2E7; }
span { border-color: rgb(205,210,231); }
td.TdClassName
{
border-color: #CDD2E7;
}
.TagClassName
{
border-color: #CDD2E7;
}
</style>