Shades of Reef #DDFDB4
Tints of Reef #DDFDB4
RGB
CMYK
RGB Variations
Color information
#DDFDB4 (or 0xDDFDB4) is known color: Reef. HEX triplet: DD, FD and B4. RGB value is (221,253,180). Sum of RGB (Red+Green+Blue) = 221+253+180=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDB4 is #22024B. Grayscale: #EBEBEB. Windows color (decimal): -2228812 or 11861469. OLE color: 11861469.
HSL color Cylindrical-coordinate representation of color #DDFDB4: hue angle of 86.3º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDFDB4 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 180 | - |
CMYK | 0.13 | 0 | 0.29 | 0.01 |
HSL | 86.3º | 0.95% | 0.85% | - |
HSV(B) | 86.3º | 0.29% | 0.99% | - |
XYZ | 73.18 | 88.92 | 56.49 | - |
YUV | 235.11 | 96.9 | 117.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 180 | 0.13 | 0 | 0.29 | 0.01 | 86.3 | 0.95 | 0.85 |
Hex | DD | FD | B4 | D | 0 | 1D | 1 | 56 | 5F | 55 |
Octal | 335 | 375 | 264 | 15 | 0 | 35 | 1 | 126 | 137 | 125 |
Binary | 11011101 | 11111101 | 10110100 | 1101 | 0 | 11101 | 1 | 1010110 | 1011111 | 1010101 |
Color Harmonies of #DDFDB4
Complementary color
Monochromatic Colors of #DDFDB4
Black with #DDFDB4
Text Example
Text Example
White with #DDFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDB4; }
p { color: rgb(221,253,180); }
H1.HeaderClassName
{
color: #DDFDB4;
}
.AnyTagClassName
{
color: #DDFDB4;
}
</style>
background-color css
<style>
a { background-color: #DDFDB4; }
a { background-color: rgb(221,253,180); }
div.DivClassName
{
background-color: #DDFDB4;
}
.BgClassName
{
background-color: #DDFDB4;
}
</style>
border-color css
<style>
span { border-color: #DDFDB4; }
span { border-color: rgb(221,253,180); }
td.TdClassName
{
border-color: #DDFDB4;
}
.TagClassName
{
border-color: #DDFDB4;
}
</style>