Shades of Reef #DCFBA5
Tints of Reef #DCFBA5
RGB
CMYK
RGB Variations
Color information
#DCFBA5 (or 0xDCFBA5) is known color: Reef. HEX triplet: DC, FB and A5. RGB value is (220,251,165). Sum of RGB (Red+Green+Blue) = 220+251+165=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA5 is #23045A. Grayscale: #E8E8E8. Windows color (decimal): -2294875 or 10877916. OLE color: 10877916.
HSL color Cylindrical-coordinate representation of color #DCFBA5: hue angle of 81.63º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 251 | 165 | - |
CMYK | 0.12 | 0 | 0.34 | 0.02 |
HSL | 81.63º | 0.91% | 0.82% | - |
HSV(B) | 81.63º | 0.34% | 0.98% | - |
XYZ | 70.8 | 86.93 | 48.64 | - |
YUV | 231.93 | 90.23 | 119.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 251 | 165 | 0.12 | 0 | 0.34 | 0.02 | 81.63 | 0.91 | 0.82 |
Hex | DC | FB | A5 | C | 0 | 22 | 2 | 52 | 5B | 52 |
Octal | 334 | 373 | 245 | 14 | 0 | 42 | 2 | 122 | 133 | 122 |
Binary | 11011100 | 11111011 | 10100101 | 1100 | 0 | 100010 | 10 | 1010010 | 1011011 | 1010010 |
Color Harmonies of #DCFBA5
Complementary color
Monochromatic Colors of #DCFBA5
Black with #DCFBA5
Text Example
Text Example
White with #DCFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBA5; }
p { color: rgb(220,251,165); }
H1.HeaderClassName
{
color: #DCFBA5;
}
.AnyTagClassName
{
color: #DCFBA5;
}
</style>
background-color css
<style>
a { background-color: #DCFBA5; }
a { background-color: rgb(220,251,165); }
div.DivClassName
{
background-color: #DCFBA5;
}
.BgClassName
{
background-color: #DCFBA5;
}
</style>
border-color css
<style>
span { border-color: #DCFBA5; }
span { border-color: rgb(220,251,165); }
td.TdClassName
{
border-color: #DCFBA5;
}
.TagClassName
{
border-color: #DCFBA5;
}
</style>