#D1DEAC

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

Shades of Orinoco #D1DEAC

Tints of Orinoco #D1DEAC

Color information

#D1DEAC (or 0xD1DEAC) is unknown color: approx Orinoco. HEX triplet: D1, DE and AC. RGB value is (209,222,172). Sum of RGB (Red+Green+Blue) = 209+222+172=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DEAC is #2E2153. Grayscale: #D4D4D4. Windows color (decimal): -3023188 or 11329233. OLE color: 11329233.

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

Color convert

RGB209222172-
CMYK0.0600.230.13
HSL75.6º43.1%77.25%-
HSV(B)75.6º22.52%87.06%-
XYZ59.8668.7849.15-
YUV212.41105.19125.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=34.66%
G=36.82%
B=28.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092221720.0600.230.1375.643.177.25
HexD1DEAC6017D4c2b4d
Octal32133625460271511453115
Binary110100011101111010101100110010111110110011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DEAC; }

 p { color: rgb(209,222,172); }

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

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

 a { background-color: rgb(209,222,172); }

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

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

 span { border-color: rgb(209,222,172); }

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