#D1DAAE

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

Shades of Orinoco #D1DAAE

Tints of Orinoco #D1DAAE

Color information

#D1DAAE (or 0xD1DAAE) is unknown color: approx Orinoco. HEX triplet: D1, DA and AE. RGB value is (209,218,174). Sum of RGB (Red+Green+Blue) = 209+218+174=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAAE is #2E2551. Grayscale: #D2D2D2. Windows color (decimal): -3024210 or 11459281. OLE color: 11459281.

HSL color Cylindrical-coordinate representation of color #D1DAAE: hue angle of 72.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1DAAE is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB209218174-
CMYK0.0400.200.15
HSL72.27º37.29%76.86%-
HSV(B)72.27º20.18%85.49%-
XYZ59.0166.7549.82-
YUV210.29107.52127.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=34.78%
G=36.27%
B=28.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181740.0400.200.1572.2737.2976.86
HexD1DAAE4014F48254d
Octal32133225640241711045115
Binary110100011101101010101110100010100111110010001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAAE; }

 p { color: rgb(209,218,174); }

 H1.HeaderClassName
 {
   color: #D1DAAE;
 }
 .AnyTagClassName
 {
   color: #D1DAAE;
 }
</style>
background-color css

<style>
 a { background-color: #D1DAAE; }

 a { background-color: rgb(209,218,174); }

 div.DivClassName
 {
   background-color: #D1DAAE;
 }
 .BgClassName
 {
   background-color: #D1DAAE;
 }
</style>
border-color css

<style>
 span { border-color: #D1DAAE; }

 span { border-color: rgb(209,218,174); }

 td.TdClassName
 {
   border-color: #D1DAAE;
 }
 .TagClassName
 {
   border-color: #D1DAAE;
 }
</style>