Shades of Periwinkle #CFD1E4
Tints of Periwinkle #CFD1E4
RGB
CMYK
RGB Variations
Color information
#CFD1E4 (or 0xCFD1E4) is known color: Periwinkle. HEX triplet: CF, D1 and E4. RGB value is (207,209,228). Sum of RGB (Red+Green+Blue) = 207+209+228=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1E4 is #302E1B. Grayscale: #D2D2D2. Windows color (decimal): -3157532 or 14995919. OLE color: 14995919.
HSL color Cylindrical-coordinate representation of color #CFD1E4: hue angle of 234.29º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFD1E4 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 209 | 228 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.11 |
| HSL | 234.29º | 0.28% | 0.85% | - |
| HSV(B) | 234.29º | 0.09% | 0.89% | - |
| XYZ | 62.54 | 64.47 | 82.55 | - |
| YUV | 210.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 228 | 0.09 | 0.08 | 0 | 0.11 | 234.29 | 0.28 | 0.85 |
| Hex | CF | D1 | E4 | 9 | 8 | 0 | B | EA | 1C | 55 |
| Octal | 317 | 321 | 344 | 11 | 10 | 0 | 13 | 352 | 34 | 125 |
| Binary | 11001111 | 11010001 | 11100100 | 1001 | 1000 | 0 | 1011 | 11101010 | 11100 | 1010101 |
Color Harmonies of #CFD1E4
Complementary color
Monochromatic Colors of #CFD1E4
Black with #CFD1E4
Text Example
Text Example
White with #CFD1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1E4; }
p { color: rgb(207,209,228); }
H1.HeaderClassName
{
color: #CFD1E4;
}
.AnyTagClassName
{
color: #CFD1E4;
}
</style>
background-color css
<style>
a { background-color: #CFD1E4; }
a { background-color: rgb(207,209,228); }
div.DivClassName
{
background-color: #CFD1E4;
}
.BgClassName
{
background-color: #CFD1E4;
}
</style>
border-color css
<style>
span { border-color: #CFD1E4; }
span { border-color: rgb(207,209,228); }
td.TdClassName
{
border-color: #CFD1E4;
}
.TagClassName
{
border-color: #CFD1E4;
}
</style>