Shades of Clear Day #D7FAEE
Tints of Clear Day #D7FAEE
RGB
CMYK
RGB Variations
Color information
#D7FAEE (or 0xD7FAEE) is known color: Clear Day. HEX triplet: D7, FA and EE. RGB value is (215,250,238). Sum of RGB (Red+Green+Blue) = 215+250+238=703 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.58% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FAEE is #280511. Grayscale: #EEEEEE. Windows color (decimal): -2622738 or 15661783. OLE color: 15661783.
HSL color Cylindrical-coordinate representation of color #D7FAEE: hue angle of 159.43º 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 #D7FAEE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 215 | 250 | 238 | - |
CMYK | 0.14 | 0 | 0.05 | 0.02 |
HSL | 159.43º | 0.78% | 0.91% | - |
HSV(B) | 159.43º | 0.14% | 0.98% | - |
XYZ | 77.64 | 88.99 | 93.97 | - |
YUV | 238.17 | 127.9 | 111.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 250 | 238 | 0.14 | 0 | 0.05 | 0.02 | 159.43 | 0.78 | 0.91 |
Hex | D7 | FA | EE | E | 0 | 5 | 2 | 9F | 4E | 5B |
Octal | 327 | 372 | 356 | 16 | 0 | 5 | 2 | 237 | 116 | 133 |
Binary | 11010111 | 11111010 | 11101110 | 1110 | 0 | 101 | 10 | 10011111 | 1001110 | 1011011 |
Color Harmonies of #D7FAEE
Complementary color
Monochromatic Colors of #D7FAEE
Black with #D7FAEE
Text Example
Text Example
White with #D7FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FAEE; }
p { color: rgb(215,250,238); }
H1.HeaderClassName
{
color: #D7FAEE;
}
.AnyTagClassName
{
color: #D7FAEE;
}
</style>
background-color css
<style>
a { background-color: #D7FAEE; }
a { background-color: rgb(215,250,238); }
div.DivClassName
{
background-color: #D7FAEE;
}
.BgClassName
{
background-color: #D7FAEE;
}
</style>
border-color css
<style>
span { border-color: #D7FAEE; }
span { border-color: rgb(215,250,238); }
td.TdClassName
{
border-color: #D7FAEE;
}
.TagClassName
{
border-color: #D7FAEE;
}
</style>