Shades of Reef #DBFDAA
Tints of Reef #DBFDAA
RGB
CMYK
RGB Variations
Color information
#DBFDAA (or 0xDBFDAA) is known color: Reef. HEX triplet: DB, FD and AA. RGB value is (219,253,170). Sum of RGB (Red+Green+Blue) = 219+253+170=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDAA is #240255. Grayscale: #E9E9E9. Windows color (decimal): -2359894 or 11206107. OLE color: 11206107.
HSL color Cylindrical-coordinate representation of color #DBFDAA: hue angle of 84.58º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFDAA is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 170 | - |
CMYK | 0.13 | 0 | 0.33 | 0.01 |
HSL | 84.58º | 0.95% | 0.83% | - |
HSV(B) | 84.58º | 0.33% | 0.99% | - |
XYZ | 71.59 | 88.21 | 51.28 | - |
YUV | 233.37 | 92.24 | 117.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 170 | 0.13 | 0 | 0.33 | 0.01 | 84.58 | 0.95 | 0.83 |
Hex | DB | FD | AA | D | 0 | 21 | 1 | 55 | 5F | 53 |
Octal | 333 | 375 | 252 | 15 | 0 | 41 | 1 | 125 | 137 | 123 |
Binary | 11011011 | 11111101 | 10101010 | 1101 | 0 | 100001 | 1 | 1010101 | 1011111 | 1010011 |
Color Harmonies of #DBFDAA
Complementary color
Monochromatic Colors of #DBFDAA
Black with #DBFDAA
Text Example
Text Example
White with #DBFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDAA; }
p { color: rgb(219,253,170); }
H1.HeaderClassName
{
color: #DBFDAA;
}
.AnyTagClassName
{
color: #DBFDAA;
}
</style>
background-color css
<style>
a { background-color: #DBFDAA; }
a { background-color: rgb(219,253,170); }
div.DivClassName
{
background-color: #DBFDAA;
}
.BgClassName
{
background-color: #DBFDAA;
}
</style>
border-color css
<style>
span { border-color: #DBFDAA; }
span { border-color: rgb(219,253,170); }
td.TdClassName
{
border-color: #DBFDAA;
}
.TagClassName
{
border-color: #DBFDAA;
}
</style>