Shades of Orinoco #D1DEAF
Tints of Orinoco #D1DEAF
RGB
CMYK
RGB Variations
Color information
#D1DEAF (or 0xD1DEAF) is known color: Orinoco. HEX triplet: D1, DE and AF. RGB value is (209,222,175). Sum of RGB (Red+Green+Blue) = 209+222+175=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DEAF is #2E2150. Grayscale: #D4D4D4. Windows color (decimal): -3023185 or 11525841. OLE color: 11525841.
HSL color Cylindrical-coordinate representation of color #D1DEAF: hue angle of 76.6º 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 #D1DEAF is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 175 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.13 |
| HSL | 76.6º | 0.42% | 0.78% | - |
| HSV(B) | 76.6º | 0.21% | 0.87% | - |
| XYZ | 60.15 | 68.89 | 50.68 | - |
| YUV | 212.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 175 | 0.06 | 0 | 0.21 | 0.13 | 76.6 | 0.42 | 0.78 |
| Hex | D1 | DE | AF | 6 | 0 | 15 | D | 4D | 2A | 4E |
| Octal | 321 | 336 | 257 | 6 | 0 | 25 | 15 | 115 | 52 | 116 |
| Binary | 11010001 | 11011110 | 10101111 | 110 | 0 | 10101 | 1101 | 1001101 | 101010 | 1001110 |
Color Harmonies of #D1DEAF
Complementary color
Monochromatic Colors of #D1DEAF
Black with #D1DEAF
Text Example
Text Example
White with #D1DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DEAF; }
p { color: rgb(209,222,175); }
H1.HeaderClassName
{
color: #D1DEAF;
}
.AnyTagClassName
{
color: #D1DEAF;
}
</style>
background-color css
<style>
a { background-color: #D1DEAF; }
a { background-color: rgb(209,222,175); }
div.DivClassName
{
background-color: #D1DEAF;
}
.BgClassName
{
background-color: #D1DEAF;
}
</style>
border-color css
<style>
span { border-color: #D1DEAF; }
span { border-color: rgb(209,222,175); }
td.TdClassName
{
border-color: #D1DEAF;
}
.TagClassName
{
border-color: #D1DEAF;
}
</style>