Shades of Periwinkle #CFD1DE
Tints of Periwinkle #CFD1DE
RGB
CMYK
RGB Variations
Color information
#CFD1DE (or 0xCFD1DE) is known color: Periwinkle. HEX triplet: CF, D1 and DE. RGB value is (207,209,222). Sum of RGB (Red+Green+Blue) = 207+209+222=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1DE is #302E21. Grayscale: #D1D1D1. Windows color (decimal): -3157538 or 14602703. OLE color: 14602703.
HSL color Cylindrical-coordinate representation of color #CFD1DE: hue angle of 232º 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 #CFD1DE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 209 | 222 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.13 |
| HSL | 232º | 0.19% | 0.84% | - |
| HSV(B) | 232º | 0.07% | 0.87% | - |
| XYZ | 61.72 | 64.14 | 78.23 | - |
| YUV | 209.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 222 | 0.07 | 0.06 | 0 | 0.13 | 232 | 0.19 | 0.84 |
| Hex | CF | D1 | DE | 7 | 6 | 0 | D | E8 | 13 | 54 |
| Octal | 317 | 321 | 336 | 7 | 6 | 0 | 15 | 350 | 23 | 124 |
| Binary | 11001111 | 11010001 | 11011110 | 111 | 110 | 0 | 1101 | 11101000 | 10011 | 1010100 |
Color Harmonies of #CFD1DE
Complementary color
Monochromatic Colors of #CFD1DE
Black with #CFD1DE
Text Example
Text Example
White with #CFD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1DE; }
p { color: rgb(207,209,222); }
H1.HeaderClassName
{
color: #CFD1DE;
}
.AnyTagClassName
{
color: #CFD1DE;
}
</style>
background-color css
<style>
a { background-color: #CFD1DE; }
a { background-color: rgb(207,209,222); }
div.DivClassName
{
background-color: #CFD1DE;
}
.BgClassName
{
background-color: #CFD1DE;
}
</style>
border-color css
<style>
span { border-color: #CFD1DE; }
span { border-color: rgb(207,209,222); }
td.TdClassName
{
border-color: #CFD1DE;
}
.TagClassName
{
border-color: #CFD1DE;
}
</style>