Shades of Periwinkle #CED1E7
Tints of Periwinkle #CED1E7
RGB
CMYK
RGB Variations
Color information
#CED1E7 (or 0xCED1E7) is known color: Periwinkle. HEX triplet: CE, D1 and E7. RGB value is (206,209,231). Sum of RGB (Red+Green+Blue) = 206+209+231=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 209 (82.03% from 255 or 32.35% 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 #CED1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1E7 is #312E18. Grayscale: #D2D2D2. Windows color (decimal): -3223065 or 15192526. OLE color: 15192526.
HSL color Cylindrical-coordinate representation of color #CED1E7: hue angle of 232.8º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED1E7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 209 | 231 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.09 |
| HSL | 232.8º | 0.34% | 0.86% | - |
| HSV(B) | 232.8º | 0.11% | 0.91% | - |
| XYZ | 62.68 | 64.49 | 84.75 | - |
| YUV | 210.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 231 | 0.11 | 0.10 | 0 | 0.09 | 232.8 | 0.34 | 0.86 |
| Hex | CE | D1 | E7 | B | A | 0 | 9 | E9 | 22 | 56 |
| Octal | 316 | 321 | 347 | 13 | 12 | 0 | 11 | 351 | 42 | 126 |
| Binary | 11001110 | 11010001 | 11100111 | 1011 | 1010 | 0 | 1001 | 11101001 | 100010 | 1010110 |
Color Harmonies of #CED1E7
Complementary color
Monochromatic Colors of #CED1E7
Black with #CED1E7
Text Example
Text Example
White with #CED1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1E7; }
p { color: rgb(206,209,231); }
H1.HeaderClassName
{
color: #CED1E7;
}
.AnyTagClassName
{
color: #CED1E7;
}
</style>
background-color css
<style>
a { background-color: #CED1E7; }
a { background-color: rgb(206,209,231); }
div.DivClassName
{
background-color: #CED1E7;
}
.BgClassName
{
background-color: #CED1E7;
}
</style>
border-color css
<style>
span { border-color: #CED1E7; }
span { border-color: rgb(206,209,231); }
td.TdClassName
{
border-color: #CED1E7;
}
.TagClassName
{
border-color: #CED1E7;
}
</style>