Shades of Periwinkle #CECFDA
Tints of Periwinkle #CECFDA
RGB
CMYK
RGB Variations
Color information
#CECFDA (or 0xCECFDA) is known color: Periwinkle. HEX triplet: CE, CF and DA. RGB value is (206,207,218). Sum of RGB (Red+Green+Blue) = 206+207+218=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #CECFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDA is #313025. Grayscale: #CFCFCF. Windows color (decimal): -3223590 or 14340046. OLE color: 14340046.
HSL color Cylindrical-coordinate representation of color #CECFDA: hue angle of 235º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECFDA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 207 | 218 | - |
CMYK | 0.06 | 0.05 | 0 | 0.15 |
HSL | 235º | 0.14% | 0.83% | - |
HSV(B) | 235º | 0.06% | 0.85% | - |
XYZ | 60.42 | 62.81 | 75.27 | - |
YUV | 207.96 | 133.67 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 218 | 0.06 | 0.05 | 0 | 0.15 | 235 | 0.14 | 0.83 |
Hex | CE | CF | DA | 6 | 5 | 0 | F | EB | E | 53 |
Octal | 316 | 317 | 332 | 6 | 5 | 0 | 17 | 353 | 16 | 123 |
Binary | 11001110 | 11001111 | 11011010 | 110 | 101 | 0 | 1111 | 11101011 | 1110 | 1010011 |
Color Harmonies of #CECFDA
Complementary color
Monochromatic Colors of #CECFDA
Black with #CECFDA
Text Example
Text Example
White with #CECFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFDA; }
p { color: rgb(206,207,218); }
H1.HeaderClassName
{
color: #CECFDA;
}
.AnyTagClassName
{
color: #CECFDA;
}
</style>
background-color css
<style>
a { background-color: #CECFDA; }
a { background-color: rgb(206,207,218); }
div.DivClassName
{
background-color: #CECFDA;
}
.BgClassName
{
background-color: #CECFDA;
}
</style>
border-color css
<style>
span { border-color: #CECFDA; }
span { border-color: rgb(206,207,218); }
td.TdClassName
{
border-color: #CECFDA;
}
.TagClassName
{
border-color: #CECFDA;
}
</style>