Shades of Reef #DDEEAC
Tints of Reef #DDEEAC
RGB
CMYK
RGB Variations
Color information
#DDEEAC (or 0xDDEEAC) is known color: Reef. HEX triplet: DD, EE and AC. RGB value is (221,238,172). Sum of RGB (Red+Green+Blue) = 221+238+172=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAC is #221153. Grayscale: #E1E1E1. Windows color (decimal): -2232660 or 11333341. OLE color: 11333341.
HSL color Cylindrical-coordinate representation of color #DDEEAC: hue angle of 75.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDEEAC is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 172 | - |
CMYK | 0.07 | 0 | 0.28 | 0.07 |
HSL | 75.45º | 0.66% | 0.8% | - |
HSV(B) | 75.45º | 0.28% | 0.93% | - |
XYZ | 67.84 | 79.5 | 50.8 | - |
YUV | 225.39 | 97.87 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 172 | 0.07 | 0 | 0.28 | 0.07 | 75.45 | 0.66 | 0.8 |
Hex | DD | EE | AC | 7 | 0 | 1C | 7 | 4B | 42 | 50 |
Octal | 335 | 356 | 254 | 7 | 0 | 34 | 7 | 113 | 102 | 120 |
Binary | 11011101 | 11101110 | 10101100 | 111 | 0 | 11100 | 111 | 1001011 | 1000010 | 1010000 |
Color Harmonies of #DDEEAC
Complementary color
Monochromatic Colors of #DDEEAC
Black with #DDEEAC
Text Example
Text Example
White with #DDEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEAC; }
p { color: rgb(221,238,172); }
H1.HeaderClassName
{
color: #DDEEAC;
}
.AnyTagClassName
{
color: #DDEEAC;
}
</style>
background-color css
<style>
a { background-color: #DDEEAC; }
a { background-color: rgb(221,238,172); }
div.DivClassName
{
background-color: #DDEEAC;
}
.BgClassName
{
background-color: #DDEEAC;
}
</style>
border-color css
<style>
span { border-color: #DDEEAC; }
span { border-color: rgb(221,238,172); }
td.TdClassName
{
border-color: #DDEEAC;
}
.TagClassName
{
border-color: #DDEEAC;
}
</style>