Shades of Reef #DEF3B3
Tints of Reef #DEF3B3
RGB
CMYK
RGB Variations
Color information
#DEF3B3 (or 0xDEF3B3) is known color: Reef. HEX triplet: DE, F3 and B3. RGB value is (222,243,179). Sum of RGB (Red+Green+Blue) = 222+243+179=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3B3 is #210C4C. Grayscale: #E5E5E5. Windows color (decimal): -2165837 or 11793374. OLE color: 11793374.
HSL color Cylindrical-coordinate representation of color #DEF3B3: hue angle of 79.69º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEF3B3 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 179 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.05 |
| HSL | 79.69º | 0.73% | 0.83% | - |
| HSV(B) | 79.69º | 0.26% | 0.95% | - |
| XYZ | 70.31 | 82.89 | 54.94 | - |
| YUV | 229.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 179 | 0.09 | 0 | 0.26 | 0.05 | 79.69 | 0.73 | 0.83 |
| Hex | DE | F3 | B3 | 9 | 0 | 1A | 5 | 50 | 49 | 53 |
| Octal | 336 | 363 | 263 | 11 | 0 | 32 | 5 | 120 | 111 | 123 |
| Binary | 11011110 | 11110011 | 10110011 | 1001 | 0 | 11010 | 101 | 1010000 | 1001001 | 1010011 |
Color Harmonies of #DEF3B3
Complementary color
Monochromatic Colors of #DEF3B3
Black with #DEF3B3
Text Example
Text Example
White with #DEF3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3B3; }
p { color: rgb(222,243,179); }
H1.HeaderClassName
{
color: #DEF3B3;
}
.AnyTagClassName
{
color: #DEF3B3;
}
</style>
background-color css
<style>
a { background-color: #DEF3B3; }
a { background-color: rgb(222,243,179); }
div.DivClassName
{
background-color: #DEF3B3;
}
.BgClassName
{
background-color: #DEF3B3;
}
</style>
border-color css
<style>
span { border-color: #DEF3B3; }
span { border-color: rgb(222,243,179); }
td.TdClassName
{
border-color: #DEF3B3;
}
.TagClassName
{
border-color: #DEF3B3;
}
</style>