#D1DDAE

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

Shades of Orinoco #D1DDAE

Tints of Orinoco #D1DDAE

Color information

#D1DDAE (or 0xD1DDAE) is unknown color: approx Orinoco. HEX triplet: D1, DD and AE. RGB value is (209,221,174). Sum of RGB (Red+Green+Blue) = 209+221+174=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDAE is #2E2251. Grayscale: #D4D4D4. Windows color (decimal): -3023442 or 11460049. OLE color: 11460049.

HSL color Cylindrical-coordinate representation of color #D1DDAE: hue angle of 75.32º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1DDAE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB209221174-
CMYK0.0500.210.13
HSL75.32º40.87%77.45%-
HSV(B)75.32º21.27%86.67%-
XYZ59.7968.3250.08-
YUV212.05106.52125.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=34.60%
G=36.59%
B=28.81%

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
Decimal2092211740.0500.210.1375.3240.8777.45
HexD1DDAE5015D4b294d
Octal32133525650251511351115
Binary110100011101110110101110101010101110110010111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDAE; }

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

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

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

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

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

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

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

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