Shades of Reef #DDF3AD
Tints of Reef #DDF3AD
RGB
CMYK
RGB Variations
Color information
#DDF3AD (or 0xDDF3AD) is known color: Reef. HEX triplet: DD, F3 and AD. RGB value is (221,243,173). Sum of RGB (Red+Green+Blue) = 221+243+173=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF3AD is #220C52. Grayscale: #E4E4E4. Windows color (decimal): -2231379 or 11400157. OLE color: 11400157.
HSL color Cylindrical-coordinate representation of color #DDF3AD: hue angle of 78.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDF3AD is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 173 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 78.86º | 0.74% | 0.82% | - |
| HSV(B) | 78.86º | 0.29% | 0.95% | - |
| XYZ | 69.41 | 82.49 | 51.8 | - |
| YUV | 228.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 173 | 0.09 | 0 | 0.29 | 0.05 | 78.86 | 0.74 | 0.82 |
| Hex | DD | F3 | AD | 9 | 0 | 1D | 5 | 4F | 4A | 52 |
| Octal | 335 | 363 | 255 | 11 | 0 | 35 | 5 | 117 | 112 | 122 |
| Binary | 11011101 | 11110011 | 10101101 | 1001 | 0 | 11101 | 101 | 1001111 | 1001010 | 1010010 |
Color Harmonies of #DDF3AD
Complementary color
Monochromatic Colors of #DDF3AD
Black with #DDF3AD
Text Example
Text Example
White with #DDF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3AD; }
p { color: rgb(221,243,173); }
H1.HeaderClassName
{
color: #DDF3AD;
}
.AnyTagClassName
{
color: #DDF3AD;
}
</style>
background-color css
<style>
a { background-color: #DDF3AD; }
a { background-color: rgb(221,243,173); }
div.DivClassName
{
background-color: #DDF3AD;
}
.BgClassName
{
background-color: #DDF3AD;
}
</style>
border-color css
<style>
span { border-color: #DDF3AD; }
span { border-color: rgb(221,243,173); }
td.TdClassName
{
border-color: #DDF3AD;
}
.TagClassName
{
border-color: #DDF3AD;
}
</style>