Shades of Frost #DBDFC1
Tints of Frost #DBDFC1
RGB
CMYK
RGB Variations
Color information
#DBDFC1 (or 0xDBDFC1) is known color: Frost. HEX triplet: DB, DF and C1. RGB value is (219,223,193). Sum of RGB (Red+Green+Blue) = 219+223+193=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFC1 is #24203E. Grayscale: #DADADA. Windows color (decimal): -2367551 or 12705755. OLE color: 12705755.
HSL color Cylindrical-coordinate representation of color #DBDFC1: hue angle of 68º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDFC1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 193 | - |
CMYK | 0.02 | 0 | 0.13 | 0.13 |
HSL | 68º | 0.32% | 0.82% | - |
HSV(B) | 68º | 0.13% | 0.87% | - |
XYZ | 65.23 | 71.69 | 60.85 | - |
YUV | 218.38 | 113.67 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 193 | 0.02 | 0 | 0.13 | 0.13 | 68 | 0.32 | 0.82 |
Hex | DB | DF | C1 | 2 | 0 | D | D | 44 | 20 | 52 |
Octal | 333 | 337 | 301 | 2 | 0 | 15 | 15 | 104 | 40 | 122 |
Binary | 11011011 | 11011111 | 11000001 | 10 | 0 | 1101 | 1101 | 1000100 | 100000 | 1010010 |
Color Harmonies of #DBDFC1
Complementary color
Monochromatic Colors of #DBDFC1
Black with #DBDFC1
Text Example
Text Example
White with #DBDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFC1; }
p { color: rgb(219,223,193); }
H1.HeaderClassName
{
color: #DBDFC1;
}
.AnyTagClassName
{
color: #DBDFC1;
}
</style>
background-color css
<style>
a { background-color: #DBDFC1; }
a { background-color: rgb(219,223,193); }
div.DivClassName
{
background-color: #DBDFC1;
}
.BgClassName
{
background-color: #DBDFC1;
}
</style>
border-color css
<style>
span { border-color: #DBDFC1; }
span { border-color: rgb(219,223,193); }
td.TdClassName
{
border-color: #DBDFC1;
}
.TagClassName
{
border-color: #DBDFC1;
}
</style>