Shades of Clear Day #D9F3EB
Tints of Clear Day #D9F3EB
RGB
CMYK
RGB Variations
Color information
#D9F3EB (or 0xD9F3EB) is known color: Clear Day. HEX triplet: D9, F3 and EB. RGB value is (217,243,235). Sum of RGB (Red+Green+Blue) = 217+243+235=695 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.22% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F3EB is #260C14. Grayscale: #EAEAEA. Windows color (decimal): -2493461 or 15463385. OLE color: 15463385.
HSL color Cylindrical-coordinate representation of color #D9F3EB: hue angle of 161.54º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F3EB is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 243 | 235 | - |
CMYK | 0.11 | 0 | 0.03 | 0.05 |
HSL | 161.54º | 0.52% | 0.9% | - |
HSV(B) | 161.54º | 0.11% | 0.95% | - |
XYZ | 75.66 | 84.85 | 90.99 | - |
YUV | 234.31 | 128.39 | 115.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 243 | 235 | 0.11 | 0 | 0.03 | 0.05 | 161.54 | 0.52 | 0.9 |
Hex | D9 | F3 | EB | B | 0 | 3 | 5 | A2 | 34 | 5A |
Octal | 331 | 363 | 353 | 13 | 0 | 3 | 5 | 242 | 64 | 132 |
Binary | 11011001 | 11110011 | 11101011 | 1011 | 0 | 11 | 101 | 10100010 | 110100 | 1011010 |
Color Harmonies of #D9F3EB
Complementary color
Monochromatic Colors of #D9F3EB
Black with #D9F3EB
Text Example
Text Example
White with #D9F3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3EB; }
p { color: rgb(217,243,235); }
H1.HeaderClassName
{
color: #D9F3EB;
}
.AnyTagClassName
{
color: #D9F3EB;
}
</style>
background-color css
<style>
a { background-color: #D9F3EB; }
a { background-color: rgb(217,243,235); }
div.DivClassName
{
background-color: #D9F3EB;
}
.BgClassName
{
background-color: #D9F3EB;
}
</style>
border-color css
<style>
span { border-color: #D9F3EB; }
span { border-color: rgb(217,243,235); }
td.TdClassName
{
border-color: #D9F3EB;
}
.TagClassName
{
border-color: #D9F3EB;
}
</style>