#D2DEAB

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

Shades of Orinoco #D2DEAB

Tints of Orinoco #D2DEAB

Color information

#D2DEAB (or 0xD2DEAB) is unknown color: approx Orinoco. HEX triplet: D2, DE and AB. RGB value is (210,222,171). Sum of RGB (Red+Green+Blue) = 210+222+171=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DEAB is #2D2154. Grayscale: #D4D4D4. Windows color (decimal): -2957653 or 11263698. OLE color: 11263698.

HSL color Cylindrical-coordinate representation of color #D2DEAB: hue angle of 74.12º degrees, saturation: 0.44, 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 #D2DEAB is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB210222171-
CMYK0.0500.230.13
HSL74.12º43.59%77.06%-
HSV(B)74.12º22.97%87.06%-
XYZ60.0568.8848.66-
YUV212.6104.52126.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=34.83%
G=36.82%
B=28.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102221710.0500.230.1374.1243.5977.06
HexD2DEAB5017D4a2c4d
Octal32233625350271511254115
Binary110100101101111010101011101010111110110010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DEAB; }

 p { color: rgb(210,222,171); }

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

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

 a { background-color: rgb(210,222,171); }

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

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

 span { border-color: rgb(210,222,171); }

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