Shades of Reef #DCF3AD
Tints of Reef #DCF3AD
RGB
CMYK
RGB Variations
Color information
#DCF3AD (or 0xDCF3AD) is known color: Reef. HEX triplet: DC, F3 and AD. RGB value is (220,243,173). Sum of RGB (Red+Green+Blue) = 220+243+173=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3AD is #230C52. Grayscale: #E4E4E4. Windows color (decimal): -2296915 or 11400156. OLE color: 11400156.
HSL color Cylindrical-coordinate representation of color #DCF3AD: hue angle of 79.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF3AD is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 173 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 79.71º | 0.74% | 0.82% | - |
| HSV(B) | 79.71º | 0.29% | 0.95% | - |
| XYZ | 69.11 | 82.33 | 51.78 | - |
| YUV | 228.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 173 | 0.09 | 0 | 0.29 | 0.05 | 79.71 | 0.74 | 0.82 |
| Hex | DC | F3 | AD | 9 | 0 | 1D | 5 | 50 | 4A | 52 |
| Octal | 334 | 363 | 255 | 11 | 0 | 35 | 5 | 120 | 112 | 122 |
| Binary | 11011100 | 11110011 | 10101101 | 1001 | 0 | 11101 | 101 | 1010000 | 1001010 | 1010010 |
Color Harmonies of #DCF3AD
Complementary color
Monochromatic Colors of #DCF3AD
Black with #DCF3AD
Text Example
Text Example
White with #DCF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3AD; }
p { color: rgb(220,243,173); }
H1.HeaderClassName
{
color: #DCF3AD;
}
.AnyTagClassName
{
color: #DCF3AD;
}
</style>
background-color css
<style>
a { background-color: #DCF3AD; }
a { background-color: rgb(220,243,173); }
div.DivClassName
{
background-color: #DCF3AD;
}
.BgClassName
{
background-color: #DCF3AD;
}
</style>
border-color css
<style>
span { border-color: #DCF3AD; }
span { border-color: rgb(220,243,173); }
td.TdClassName
{
border-color: #DCF3AD;
}
.TagClassName
{
border-color: #DCF3AD;
}
</style>