Shades of Periwinkle #CECFE1
Tints of Periwinkle #CECFE1
RGB
CMYK
RGB Variations
Color information
#CECFE1 (or 0xCECFE1) is known color: Periwinkle. HEX triplet: CE, CF and E1. RGB value is (206,207,225). Sum of RGB (Red+Green+Blue) = 206+207+225=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #CECFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFE1 is #31301E. Grayscale: #D0D0D0. Windows color (decimal): -3223583 or 14798798. OLE color: 14798798.
HSL color Cylindrical-coordinate representation of color #CECFE1: hue angle of 236.84º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECFE1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 207 | 225 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.12 |
| HSL | 236.84º | 0.24% | 0.85% | - |
| HSV(B) | 236.84º | 0.08% | 0.88% | - |
| XYZ | 61.36 | 63.18 | 80.2 | - |
| YUV | 208.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 225 | 0.08 | 0.08 | 0 | 0.12 | 236.84 | 0.24 | 0.85 |
| Hex | CE | CF | E1 | 8 | 8 | 0 | C | ED | 18 | 55 |
| Octal | 316 | 317 | 341 | 10 | 10 | 0 | 14 | 355 | 30 | 125 |
| Binary | 11001110 | 11001111 | 11100001 | 1000 | 1000 | 0 | 1100 | 11101101 | 11000 | 1010101 |
Color Harmonies of #CECFE1
Complementary color
Monochromatic Colors of #CECFE1
Black with #CECFE1
Text Example
Text Example
White with #CECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE1; }
p { color: rgb(206,207,225); }
H1.HeaderClassName
{
color: #CECFE1;
}
.AnyTagClassName
{
color: #CECFE1;
}
</style>
background-color css
<style>
a { background-color: #CECFE1; }
a { background-color: rgb(206,207,225); }
div.DivClassName
{
background-color: #CECFE1;
}
.BgClassName
{
background-color: #CECFE1;
}
</style>
border-color css
<style>
span { border-color: #CECFE1; }
span { border-color: rgb(206,207,225); }
td.TdClassName
{
border-color: #CECFE1;
}
.TagClassName
{
border-color: #CECFE1;
}
</style>