Shades of Reef #D3EDB3
Tints of Reef #D3EDB3
RGB
CMYK
RGB Variations
Color information
#D3EDB3 (or 0xD3EDB3) is known color: Reef. HEX triplet: D3, ED and B3. RGB value is (211,237,179). Sum of RGB (Red+Green+Blue) = 211+237+179=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDB3 is #2C124C. Grayscale: #DEDEDE. Windows color (decimal): -2888269 or 11791827. OLE color: 11791827.
HSL color Cylindrical-coordinate representation of color #D3EDB3: hue angle of 86.9º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3EDB3 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 179 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.07 |
| HSL | 86.9º | 0.62% | 0.82% | - |
| HSV(B) | 86.9º | 0.24% | 0.93% | - |
| XYZ | 65.28 | 77.67 | 54.2 | - |
| YUV | 222.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 179 | 0.11 | 0 | 0.24 | 0.07 | 86.9 | 0.62 | 0.82 |
| Hex | D3 | ED | B3 | B | 0 | 18 | 7 | 57 | 3E | 52 |
| Octal | 323 | 355 | 263 | 13 | 0 | 30 | 7 | 127 | 76 | 122 |
| Binary | 11010011 | 11101101 | 10110011 | 1011 | 0 | 11000 | 111 | 1010111 | 111110 | 1010010 |
Color Harmonies of #D3EDB3
Complementary color
Monochromatic Colors of #D3EDB3
Black with #D3EDB3
Text Example
Text Example
White with #D3EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDB3; }
p { color: rgb(211,237,179); }
H1.HeaderClassName
{
color: #D3EDB3;
}
.AnyTagClassName
{
color: #D3EDB3;
}
</style>
background-color css
<style>
a { background-color: #D3EDB3; }
a { background-color: rgb(211,237,179); }
div.DivClassName
{
background-color: #D3EDB3;
}
.BgClassName
{
background-color: #D3EDB3;
}
</style>
border-color css
<style>
span { border-color: #D3EDB3; }
span { border-color: rgb(211,237,179); }
td.TdClassName
{
border-color: #D3EDB3;
}
.TagClassName
{
border-color: #D3EDB3;
}
</style>