Shades of Clear Day #D6FAF1
Tints of Clear Day #D6FAF1
RGB
CMYK
RGB Variations
Color information
#D6FAF1 (or 0xD6FAF1) is known color: Clear Day. HEX triplet: D6, FA and F1. RGB value is (214,250,241). Sum of RGB (Red+Green+Blue) = 214+250+241=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAF1 is #29050E. Grayscale: #EEEEEE. Windows color (decimal): -2688271 or 15858390. OLE color: 15858390.
HSL color Cylindrical-coordinate representation of color #D6FAF1: hue angle of 165º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FAF1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 241 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.02 |
| HSL | 165º | 0.78% | 0.91% | - |
| HSV(B) | 165º | 0.14% | 0.98% | - |
| XYZ | 77.79 | 89.02 | 96.3 | - |
| YUV | 238.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 241 | 0.14 | 0 | 0.04 | 0.02 | 165 | 0.78 | 0.91 |
| Hex | D6 | FA | F1 | E | 0 | 4 | 2 | A5 | 4E | 5B |
| Octal | 326 | 372 | 361 | 16 | 0 | 4 | 2 | 245 | 116 | 133 |
| Binary | 11010110 | 11111010 | 11110001 | 1110 | 0 | 100 | 10 | 10100101 | 1001110 | 1011011 |
Color Harmonies of #D6FAF1
Complementary color
Monochromatic Colors of #D6FAF1
Black with #D6FAF1
Text Example
Text Example
White with #D6FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAF1; }
p { color: rgb(214,250,241); }
H1.HeaderClassName
{
color: #D6FAF1;
}
.AnyTagClassName
{
color: #D6FAF1;
}
</style>
background-color css
<style>
a { background-color: #D6FAF1; }
a { background-color: rgb(214,250,241); }
div.DivClassName
{
background-color: #D6FAF1;
}
.BgClassName
{
background-color: #D6FAF1;
}
</style>
border-color css
<style>
span { border-color: #D6FAF1; }
span { border-color: rgb(214,250,241); }
td.TdClassName
{
border-color: #D6FAF1;
}
.TagClassName
{
border-color: #D6FAF1;
}
</style>