Shades of Periwinkle #CFD0DE
Tints of Periwinkle #CFD0DE
RGB
CMYK
RGB Variations
Color information
#CFD0DE (or 0xCFD0DE) is known color: Periwinkle. HEX triplet: CF, D0 and DE. RGB value is (207,208,222). Sum of RGB (Red+Green+Blue) = 207+208+222=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DE is #302F21. Grayscale: #D1D1D1. Windows color (decimal): -3157794 or 14602447. OLE color: 14602447.
HSL color Cylindrical-coordinate representation of color #CFD0DE: hue angle of 236º degrees, saturation: 0.19, 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 #CFD0DE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 208 | 222 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.13 |
| HSL | 236º | 0.19% | 0.84% | - |
| HSV(B) | 236º | 0.07% | 0.87% | - |
| XYZ | 61.47 | 63.65 | 78.15 | - |
| YUV | 209.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 222 | 0.07 | 0.06 | 0 | 0.13 | 236 | 0.19 | 0.84 |
| Hex | CF | D0 | DE | 7 | 6 | 0 | D | EC | 13 | 54 |
| Octal | 317 | 320 | 336 | 7 | 6 | 0 | 15 | 354 | 23 | 124 |
| Binary | 11001111 | 11010000 | 11011110 | 111 | 110 | 0 | 1101 | 11101100 | 10011 | 1010100 |
Color Harmonies of #CFD0DE
Complementary color
Monochromatic Colors of #CFD0DE
Black with #CFD0DE
Text Example
Text Example
White with #CFD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0DE; }
p { color: rgb(207,208,222); }
H1.HeaderClassName
{
color: #CFD0DE;
}
.AnyTagClassName
{
color: #CFD0DE;
}
</style>
background-color css
<style>
a { background-color: #CFD0DE; }
a { background-color: rgb(207,208,222); }
div.DivClassName
{
background-color: #CFD0DE;
}
.BgClassName
{
background-color: #CFD0DE;
}
</style>
border-color css
<style>
span { border-color: #CFD0DE; }
span { border-color: rgb(207,208,222); }
td.TdClassName
{
border-color: #CFD0DE;
}
.TagClassName
{
border-color: #CFD0DE;
}
</style>