Shades of Reef #DCF69D
Tints of Reef #DCF69D
RGB
CMYK
RGB Variations
Color information
#DCF69D (or 0xDCF69D) is known color: Reef. HEX triplet: DC, F6 and 9D. RGB value is (220,246,157). Sum of RGB (Red+Green+Blue) = 220+246+157=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF69D is #230962. Grayscale: #E4E4E4. Windows color (decimal): -2296163 or 10352348. OLE color: 10352348.
HSL color Cylindrical-coordinate representation of color #DCF69D: hue angle of 77.53º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCF69D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 157 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.04 |
| HSL | 77.53º | 0.83% | 0.79% | - |
| HSV(B) | 77.53º | 0.36% | 0.96% | - |
| XYZ | 68.56 | 83.56 | 44.41 | - |
| YUV | 228.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 157 | 0.11 | 0 | 0.36 | 0.04 | 77.53 | 0.83 | 0.79 |
| Hex | DC | F6 | 9D | B | 0 | 24 | 4 | 4E | 53 | 4F |
| Octal | 334 | 366 | 235 | 13 | 0 | 44 | 4 | 116 | 123 | 117 |
| Binary | 11011100 | 11110110 | 10011101 | 1011 | 0 | 100100 | 100 | 1001110 | 1010011 | 1001111 |
Color Harmonies of #DCF69D
Complementary color
Monochromatic Colors of #DCF69D
Black with #DCF69D
Text Example
Text Example
White with #DCF69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF69D; }
p { color: rgb(220,246,157); }
H1.HeaderClassName
{
color: #DCF69D;
}
.AnyTagClassName
{
color: #DCF69D;
}
</style>
background-color css
<style>
a { background-color: #DCF69D; }
a { background-color: rgb(220,246,157); }
div.DivClassName
{
background-color: #DCF69D;
}
.BgClassName
{
background-color: #DCF69D;
}
</style>
border-color css
<style>
span { border-color: #DCF69D; }
span { border-color: rgb(220,246,157); }
td.TdClassName
{
border-color: #DCF69D;
}
.TagClassName
{
border-color: #DCF69D;
}
</style>