Shades of Periwinkle #CECFDB
Tints of Periwinkle #CECFDB
RGB
CMYK
RGB Variations
Color information
#CECFDB (or 0xCECFDB) is known color: Periwinkle. HEX triplet: CE, CF and DB. RGB value is (206,207,219). Sum of RGB (Red+Green+Blue) = 206+207+219=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #CECFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDB is #313024. Grayscale: #D0D0D0. Windows color (decimal): -3223589 or 14405582. OLE color: 14405582.
HSL color Cylindrical-coordinate representation of color #CECFDB: hue angle of 235.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECFDB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 207 | 219 | - |
CMYK | 0.06 | 0.05 | 0 | 0.14 |
HSL | 235.38º | 0.15% | 0.83% | - |
HSV(B) | 235.38º | 0.06% | 0.86% | - |
XYZ | 60.55 | 62.86 | 75.96 | - |
YUV | 208.07 | 134.17 | 126.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 219 | 0.06 | 0.05 | 0 | 0.14 | 235.38 | 0.15 | 0.83 |
Hex | CE | CF | DB | 6 | 5 | 0 | E | EB | F | 53 |
Octal | 316 | 317 | 333 | 6 | 5 | 0 | 16 | 353 | 17 | 123 |
Binary | 11001110 | 11001111 | 11011011 | 110 | 101 | 0 | 1110 | 11101011 | 1111 | 1010011 |
Color Harmonies of #CECFDB
Complementary color
Monochromatic Colors of #CECFDB
Black with #CECFDB
Text Example
Text Example
White with #CECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFDB; }
p { color: rgb(206,207,219); }
H1.HeaderClassName
{
color: #CECFDB;
}
.AnyTagClassName
{
color: #CECFDB;
}
</style>
background-color css
<style>
a { background-color: #CECFDB; }
a { background-color: rgb(206,207,219); }
div.DivClassName
{
background-color: #CECFDB;
}
.BgClassName
{
background-color: #CECFDB;
}
</style>
border-color css
<style>
span { border-color: #CECFDB; }
span { border-color: rgb(206,207,219); }
td.TdClassName
{
border-color: #CECFDB;
}
.TagClassName
{
border-color: #CECFDB;
}
</style>