Shades of Frost #DBDFC4
Tints of Frost #DBDFC4
RGB
CMYK
RGB Variations
Color information
#DBDFC4 (or 0xDBDFC4) is known color: Frost. HEX triplet: DB, DF and C4. RGB value is (219,223,196). Sum of RGB (Red+Green+Blue) = 219+223+196=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFC4 is #24203B. Grayscale: #DADADA. Windows color (decimal): -2367548 or 12902363. OLE color: 12902363.
HSL color Cylindrical-coordinate representation of color #DBDFC4: hue angle of 68.89º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDFC4 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 196 | - |
CMYK | 0.02 | 0 | 0.12 | 0.13 |
HSL | 68.89º | 0.3% | 0.82% | - |
HSV(B) | 68.89º | 0.12% | 0.87% | - |
XYZ | 65.56 | 71.82 | 62.63 | - |
YUV | 218.73 | 115.17 | 128.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 196 | 0.02 | 0 | 0.12 | 0.13 | 68.89 | 0.3 | 0.82 |
Hex | DB | DF | C4 | 2 | 0 | C | D | 45 | 1E | 52 |
Octal | 333 | 337 | 304 | 2 | 0 | 14 | 15 | 105 | 36 | 122 |
Binary | 11011011 | 11011111 | 11000100 | 10 | 0 | 1100 | 1101 | 1000101 | 11110 | 1010010 |
Color Harmonies of #DBDFC4
Complementary color
Monochromatic Colors of #DBDFC4
Black with #DBDFC4
Text Example
Text Example
White with #DBDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFC4; }
p { color: rgb(219,223,196); }
H1.HeaderClassName
{
color: #DBDFC4;
}
.AnyTagClassName
{
color: #DBDFC4;
}
</style>
background-color css
<style>
a { background-color: #DBDFC4; }
a { background-color: rgb(219,223,196); }
div.DivClassName
{
background-color: #DBDFC4;
}
.BgClassName
{
background-color: #DBDFC4;
}
</style>
border-color css
<style>
span { border-color: #DBDFC4; }
span { border-color: rgb(219,223,196); }
td.TdClassName
{
border-color: #DBDFC4;
}
.TagClassName
{
border-color: #DBDFC4;
}
</style>