Shades of Periwinkle #CFD0DB
Tints of Periwinkle #CFD0DB
RGB
CMYK
RGB Variations
Color information
#CFD0DB (or 0xCFD0DB) is known color: Periwinkle. HEX triplet: CF, D0 and DB. RGB value is (207,208,219). Sum of RGB (Red+Green+Blue) = 207+208+219=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DB is #302F24. Grayscale: #D0D0D0. Windows color (decimal): -3157797 or 14405839. OLE color: 14405839.
HSL color Cylindrical-coordinate representation of color #CFD0DB: hue angle of 235º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD0DB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 208 | 219 | - |
CMYK | 0.05 | 0.05 | 0 | 0.14 |
HSL | 235º | 0.14% | 0.84% | - |
HSV(B) | 235º | 0.05% | 0.86% | - |
XYZ | 61.07 | 63.49 | 76.05 | - |
YUV | 208.96 | 133.67 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 208 | 219 | 0.05 | 0.05 | 0 | 0.14 | 235 | 0.14 | 0.84 |
Hex | CF | D0 | DB | 5 | 5 | 0 | E | EB | E | 54 |
Octal | 317 | 320 | 333 | 5 | 5 | 0 | 16 | 353 | 16 | 124 |
Binary | 11001111 | 11010000 | 11011011 | 101 | 101 | 0 | 1110 | 11101011 | 1110 | 1010100 |
Color Harmonies of #CFD0DB
Complementary color
Monochromatic Colors of #CFD0DB
Black with #CFD0DB
Text Example
Text Example
White with #CFD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0DB; }
p { color: rgb(207,208,219); }
H1.HeaderClassName
{
color: #CFD0DB;
}
.AnyTagClassName
{
color: #CFD0DB;
}
</style>
background-color css
<style>
a { background-color: #CFD0DB; }
a { background-color: rgb(207,208,219); }
div.DivClassName
{
background-color: #CFD0DB;
}
.BgClassName
{
background-color: #CFD0DB;
}
</style>
border-color css
<style>
span { border-color: #CFD0DB; }
span { border-color: rgb(207,208,219); }
td.TdClassName
{
border-color: #CFD0DB;
}
.TagClassName
{
border-color: #CFD0DB;
}
</style>