Shades of Clear Day #D7F9ED
Tints of Clear Day #D7F9ED
RGB
CMYK
RGB Variations
Color information
#D7F9ED (or 0xD7F9ED) is known color: Clear Day. HEX triplet: D7, F9 and ED. RGB value is (215,249,237). Sum of RGB (Red+Green+Blue) = 215+249+237=701 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.67% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F9ED is #280612. Grayscale: #EDEDED. Windows color (decimal): -2622995 or 15595991. OLE color: 15595991.
HSL color Cylindrical-coordinate representation of color #D7F9ED: hue angle of 158.82º degrees, saturation: 0.74, 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 #D7F9ED is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 215 | 249 | 237 | - |
CMYK | 0.14 | 0 | 0.05 | 0.02 |
HSL | 158.82º | 0.74% | 0.91% | - |
HSV(B) | 158.82º | 0.14% | 0.98% | - |
XYZ | 77.19 | 88.31 | 93.1 | - |
YUV | 237.47 | 127.74 | 111.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 249 | 237 | 0.14 | 0 | 0.05 | 0.02 | 158.82 | 0.74 | 0.91 |
Hex | D7 | F9 | ED | E | 0 | 5 | 2 | 9F | 4A | 5B |
Octal | 327 | 371 | 355 | 16 | 0 | 5 | 2 | 237 | 112 | 133 |
Binary | 11010111 | 11111001 | 11101101 | 1110 | 0 | 101 | 10 | 10011111 | 1001010 | 1011011 |
Color Harmonies of #D7F9ED
Complementary color
Monochromatic Colors of #D7F9ED
Black with #D7F9ED
Text Example
Text Example
White with #D7F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F9ED; }
p { color: rgb(215,249,237); }
H1.HeaderClassName
{
color: #D7F9ED;
}
.AnyTagClassName
{
color: #D7F9ED;
}
</style>
background-color css
<style>
a { background-color: #D7F9ED; }
a { background-color: rgb(215,249,237); }
div.DivClassName
{
background-color: #D7F9ED;
}
.BgClassName
{
background-color: #D7F9ED;
}
</style>
border-color css
<style>
span { border-color: #D7F9ED; }
span { border-color: rgb(215,249,237); }
td.TdClassName
{
border-color: #D7F9ED;
}
.TagClassName
{
border-color: #D7F9ED;
}
</style>