Shades of Periwinkle #CECFDD
Tints of Periwinkle #CECFDD
RGB
CMYK
RGB Variations
Color information
#CECFDD (or 0xCECFDD) is known color: Periwinkle. HEX triplet: CE, CF and DD. RGB value is (206,207,221). Sum of RGB (Red+Green+Blue) = 206+207+221=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CECFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDD is #313022. Grayscale: #D0D0D0. Windows color (decimal): -3223587 or 14536654. OLE color: 14536654.
HSL color Cylindrical-coordinate representation of color #CECFDD: hue angle of 236º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECFDD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 207 | 221 | - |
CMYK | 0.07 | 0.06 | 0 | 0.13 |
HSL | 236º | 0.18% | 0.84% | - |
HSV(B) | 236º | 0.07% | 0.87% | - |
XYZ | 60.82 | 62.97 | 77.36 | - |
YUV | 208.3 | 135.17 | 126.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 221 | 0.07 | 0.06 | 0 | 0.13 | 236 | 0.18 | 0.84 |
Hex | CE | CF | DD | 7 | 6 | 0 | D | EC | 12 | 54 |
Octal | 316 | 317 | 335 | 7 | 6 | 0 | 15 | 354 | 22 | 124 |
Binary | 11001110 | 11001111 | 11011101 | 111 | 110 | 0 | 1101 | 11101100 | 10010 | 1010100 |
Color Harmonies of #CECFDD
Complementary color
Monochromatic Colors of #CECFDD
Black with #CECFDD
Text Example
Text Example
White with #CECFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFDD; }
p { color: rgb(206,207,221); }
H1.HeaderClassName
{
color: #CECFDD;
}
.AnyTagClassName
{
color: #CECFDD;
}
</style>
background-color css
<style>
a { background-color: #CECFDD; }
a { background-color: rgb(206,207,221); }
div.DivClassName
{
background-color: #CECFDD;
}
.BgClassName
{
background-color: #CECFDD;
}
</style>
border-color css
<style>
span { border-color: #CECFDD; }
span { border-color: rgb(206,207,221); }
td.TdClassName
{
border-color: #CECFDD;
}
.TagClassName
{
border-color: #CECFDD;
}
</style>