Shades of Periwinkle #CECFE0
Tints of Periwinkle #CECFE0
RGB
CMYK
RGB Variations
Color information
#CECFE0 (or 0xCECFE0) is known color: Periwinkle. HEX triplet: CE, CF and E0. RGB value is (206,207,224). Sum of RGB (Red+Green+Blue) = 206+207+224=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 207 (81.25% from 255 or 32.50% 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 #CECFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFE0 is #31301F. Grayscale: #D0D0D0. Windows color (decimal): -3223584 or 14733262. OLE color: 14733262.
HSL color Cylindrical-coordinate representation of color #CECFE0: hue angle of 236.67º degrees, saturation: 0.22, 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 #CECFE0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 206 | 207 | 224 | - |
CMYK | 0.08 | 0.08 | 0 | 0.12 |
HSL | 236.67º | 0.23% | 0.84% | - |
HSV(B) | 236.67º | 0.08% | 0.88% | - |
XYZ | 61.22 | 63.13 | 79.48 | - |
YUV | 208.64 | 136.67 | 126.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 224 | 0.08 | 0.08 | 0 | 0.12 | 236.67 | 0.23 | 0.84 |
Hex | CE | CF | E0 | 8 | 8 | 0 | C | ED | 16 | 54 |
Octal | 316 | 317 | 340 | 10 | 10 | 0 | 14 | 355 | 26 | 124 |
Binary | 11001110 | 11001111 | 11100000 | 1000 | 1000 | 0 | 1100 | 11101101 | 10110 | 1010100 |
Color Harmonies of #CECFE0
Complementary color
Monochromatic Colors of #CECFE0
Black with #CECFE0
Text Example
Text Example
White with #CECFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE0; }
p { color: rgb(206,207,224); }
H1.HeaderClassName
{
color: #CECFE0;
}
.AnyTagClassName
{
color: #CECFE0;
}
</style>
background-color css
<style>
a { background-color: #CECFE0; }
a { background-color: rgb(206,207,224); }
div.DivClassName
{
background-color: #CECFE0;
}
.BgClassName
{
background-color: #CECFE0;
}
</style>
border-color css
<style>
span { border-color: #CECFE0; }
span { border-color: rgb(206,207,224); }
td.TdClassName
{
border-color: #CECFE0;
}
.TagClassName
{
border-color: #CECFE0;
}
</style>