Shades of Reef #DDFC9A
Tints of Reef #DDFC9A
RGB
CMYK
RGB Variations
Color information
#DDFC9A (or 0xDDFC9A) is known color: Reef. HEX triplet: DD, FC and 9A. RGB value is (221,252,154). Sum of RGB (Red+Green+Blue) = 221+252+154=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC9A is #220365. Grayscale: #E7E7E7. Windows color (decimal): -2229094 or 10157277. OLE color: 10157277.
HSL color Cylindrical-coordinate representation of color #DDFC9A: hue angle of 78.98º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDFC9A is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 154 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.01 |
| HSL | 78.98º | 0.94% | 0.8% | - |
| HSV(B) | 78.98º | 0.39% | 0.99% | - |
| XYZ | 70.46 | 87.33 | 43.71 | - |
| YUV | 231.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 154 | 0.12 | 0 | 0.39 | 0.01 | 78.98 | 0.94 | 0.8 |
| Hex | DD | FC | 9A | C | 0 | 27 | 1 | 4F | 5E | 50 |
| Octal | 335 | 374 | 232 | 14 | 0 | 47 | 1 | 117 | 136 | 120 |
| Binary | 11011101 | 11111100 | 10011010 | 1100 | 0 | 100111 | 1 | 1001111 | 1011110 | 1010000 |
Color Harmonies of #DDFC9A
Complementary color
Monochromatic Colors of #DDFC9A
Black with #DDFC9A
Text Example
Text Example
White with #DDFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC9A; }
p { color: rgb(221,252,154); }
H1.HeaderClassName
{
color: #DDFC9A;
}
.AnyTagClassName
{
color: #DDFC9A;
}
</style>
background-color css
<style>
a { background-color: #DDFC9A; }
a { background-color: rgb(221,252,154); }
div.DivClassName
{
background-color: #DDFC9A;
}
.BgClassName
{
background-color: #DDFC9A;
}
</style>
border-color css
<style>
span { border-color: #DDFC9A; }
span { border-color: rgb(221,252,154); }
td.TdClassName
{
border-color: #DDFC9A;
}
.TagClassName
{
border-color: #DDFC9A;
}
</style>