Shades of Periwinkle #CFD0DF
Tints of Periwinkle #CFD0DF
RGB
CMYK
RGB Variations
Color information
#CFD0DF (or 0xCFD0DF) is known color: Periwinkle. HEX triplet: CF, D0 and DF. RGB value is (207,208,223). Sum of RGB (Red+Green+Blue) = 207+208+223=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DF is #302F20. Grayscale: #D1D1D1. Windows color (decimal): -3157793 or 14667983. OLE color: 14667983.
HSL color Cylindrical-coordinate representation of color #CFD0DF: hue angle of 236.25º degrees, saturation: 0.2, 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 #CFD0DF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 208 | 223 | - |
CMYK | 0.07 | 0.07 | 0 | 0.13 |
HSL | 236.25º | 0.2% | 0.84% | - |
HSV(B) | 236.25º | 0.07% | 0.87% | - |
XYZ | 61.61 | 63.7 | 78.86 | - |
YUV | 209.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 208 | 223 | 0.07 | 0.07 | 0 | 0.13 | 236.25 | 0.2 | 0.84 |
Hex | CF | D0 | DF | 7 | 7 | 0 | D | EC | 14 | 54 |
Octal | 317 | 320 | 337 | 7 | 7 | 0 | 15 | 354 | 24 | 124 |
Binary | 11001111 | 11010000 | 11011111 | 111 | 111 | 0 | 1101 | 11101100 | 10100 | 1010100 |
Color Harmonies of #CFD0DF
Complementary color
Monochromatic Colors of #CFD0DF
Black with #CFD0DF
Text Example
Text Example
White with #CFD0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0DF; }
p { color: rgb(207,208,223); }
H1.HeaderClassName
{
color: #CFD0DF;
}
.AnyTagClassName
{
color: #CFD0DF;
}
</style>
background-color css
<style>
a { background-color: #CFD0DF; }
a { background-color: rgb(207,208,223); }
div.DivClassName
{
background-color: #CFD0DF;
}
.BgClassName
{
background-color: #CFD0DF;
}
</style>
border-color css
<style>
span { border-color: #CFD0DF; }
span { border-color: rgb(207,208,223); }
td.TdClassName
{
border-color: #CFD0DF;
}
.TagClassName
{
border-color: #CFD0DF;
}
</style>