Shades of Orinoco #D2DEAF
Tints of Orinoco #D2DEAF
RGB
CMYK
RGB Variations
Color information
#D2DEAF (or 0xD2DEAF) is known color: Orinoco. HEX triplet: D2, DE and AF. RGB value is (210,222,175). Sum of RGB (Red+Green+Blue) = 210+222+175=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DEAF is #2D2150. Grayscale: #D5D5D5. Windows color (decimal): -2957649 or 11525842. OLE color: 11525842.
HSL color Cylindrical-coordinate representation of color #D2DEAF: hue angle of 75.32º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2DEAF is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 175 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.13 |
| HSL | 75.32º | 0.42% | 0.78% | - |
| HSV(B) | 75.32º | 0.21% | 0.87% | - |
| XYZ | 60.44 | 69.04 | 50.7 | - |
| YUV | 213.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 175 | 0.05 | 0 | 0.21 | 0.13 | 75.32 | 0.42 | 0.78 |
| Hex | D2 | DE | AF | 5 | 0 | 15 | D | 4B | 2A | 4E |
| Octal | 322 | 336 | 257 | 5 | 0 | 25 | 15 | 113 | 52 | 116 |
| Binary | 11010010 | 11011110 | 10101111 | 101 | 0 | 10101 | 1101 | 1001011 | 101010 | 1001110 |
Color Harmonies of #D2DEAF
Complementary color
Monochromatic Colors of #D2DEAF
Black with #D2DEAF
Text Example
Text Example
White with #D2DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEAF; }
p { color: rgb(210,222,175); }
H1.HeaderClassName
{
color: #D2DEAF;
}
.AnyTagClassName
{
color: #D2DEAF;
}
</style>
background-color css
<style>
a { background-color: #D2DEAF; }
a { background-color: rgb(210,222,175); }
div.DivClassName
{
background-color: #D2DEAF;
}
.BgClassName
{
background-color: #D2DEAF;
}
</style>
border-color css
<style>
span { border-color: #D2DEAF; }
span { border-color: rgb(210,222,175); }
td.TdClassName
{
border-color: #D2DEAF;
}
.TagClassName
{
border-color: #D2DEAF;
}
</style>