#D2DEAF

Color #D2DEAF Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #D2DEAF

Tints of Orinoco #D2DEAF

Color information

#D2DEAF (or 0xD2DEAF) is unknown color: approx 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

RGB210222175-
CMYK0.0500.210.13
HSL75.32º41.59%77.84%-
HSV(B)75.32º21.17%87.06%-
XYZ60.4469.0450.7-
YUV213.05106.52125.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=34.60%
G=36.57%
B=28.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102221750.0500.210.1375.3241.5977.84
HexD2DEAF5015D4b2a4e
Octal32233625750251511352116
Binary110100101101111010101111101010101110110010111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>