Shades of Clear Day #D5FEF3
Tints of Clear Day #D5FEF3
RGB
CMYK
RGB Variations
Color information
#D5FEF3 (or 0xD5FEF3) is known color: Clear Day. HEX triplet: D5, FE and F3. RGB value is (213,254,243). Sum of RGB (Red+Green+Blue) = 213+254+243=710 (94% of max value = 765). Red value is 213 (83.59% from 255 or 30% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEF3 is #2A010C. Grayscale: #F0F0F0. Windows color (decimal): -2752781 or 15990485. OLE color: 15990485.
HSL color Cylindrical-coordinate representation of color #D5FEF3: hue angle of 163.9º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FEF3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 243 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.00 |
| HSL | 163.9º | 0.95% | 0.92% | - |
| HSV(B) | 163.9º | 0.16% | 1% | - |
| XYZ | 79.06 | 91.5 | 98.29 | - |
| YUV | 240.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 243 | 0.16 | 0 | 0.04 | 0.00 | 163.9 | 0.95 | 0.92 |
| Hex | D5 | FE | F3 | 10 | 0 | 4 | 0 | A4 | 5F | 5C |
| Octal | 325 | 376 | 363 | 20 | 0 | 4 | 0 | 244 | 137 | 134 |
| Binary | 11010101 | 11111110 | 11110011 | 10000 | 0 | 100 | 0 | 10100100 | 1011111 | 1011100 |
Color Harmonies of #D5FEF3
Complementary color
Monochromatic Colors of #D5FEF3
Black with #D5FEF3
Text Example
Text Example
White with #D5FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FEF3; }
p { color: rgb(213,254,243); }
H1.HeaderClassName
{
color: #D5FEF3;
}
.AnyTagClassName
{
color: #D5FEF3;
}
</style>
background-color css
<style>
a { background-color: #D5FEF3; }
a { background-color: rgb(213,254,243); }
div.DivClassName
{
background-color: #D5FEF3;
}
.BgClassName
{
background-color: #D5FEF3;
}
</style>
border-color css
<style>
span { border-color: #D5FEF3; }
span { border-color: rgb(213,254,243); }
td.TdClassName
{
border-color: #D5FEF3;
}
.TagClassName
{
border-color: #D5FEF3;
}
</style>