Shades of Reef #D3E6B5
Tints of Reef #D3E6B5
RGB
CMYK
RGB Variations
Color information
#D3E6B5 (or 0xD3E6B5) is known color: Reef. HEX triplet: D3, E6 and B5. RGB value is (211,230,181). Sum of RGB (Red+Green+Blue) = 211+230+181=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6B5 is #2C194A. Grayscale: #DADADA. Windows color (decimal): -2890059 or 11921107. OLE color: 11921107.
HSL color Cylindrical-coordinate representation of color #D3E6B5: hue angle of 83.27º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3E6B5 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 181 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.10 |
| HSL | 83.27º | 0.49% | 0.81% | - |
| HSV(B) | 83.27º | 0.21% | 0.9% | - |
| XYZ | 63.5 | 73.78 | 54.61 | - |
| YUV | 218.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 181 | 0.08 | 0 | 0.21 | 0.10 | 83.27 | 0.49 | 0.81 |
| Hex | D3 | E6 | B5 | 8 | 0 | 15 | A | 53 | 31 | 51 |
| Octal | 323 | 346 | 265 | 10 | 0 | 25 | 12 | 123 | 61 | 121 |
| Binary | 11010011 | 11100110 | 10110101 | 1000 | 0 | 10101 | 1010 | 1010011 | 110001 | 1010001 |
Color Harmonies of #D3E6B5
Complementary color
Monochromatic Colors of #D3E6B5
Black with #D3E6B5
Text Example
Text Example
White with #D3E6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6B5; }
p { color: rgb(211,230,181); }
H1.HeaderClassName
{
color: #D3E6B5;
}
.AnyTagClassName
{
color: #D3E6B5;
}
</style>
background-color css
<style>
a { background-color: #D3E6B5; }
a { background-color: rgb(211,230,181); }
div.DivClassName
{
background-color: #D3E6B5;
}
.BgClassName
{
background-color: #D3E6B5;
}
</style>
border-color css
<style>
span { border-color: #D3E6B5; }
span { border-color: rgb(211,230,181); }
td.TdClassName
{
border-color: #D3E6B5;
}
.TagClassName
{
border-color: #D3E6B5;
}
</style>