#D3DEAB

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

Shades of Orinoco #D3DEAB

Tints of Orinoco #D3DEAB

Color information

#D3DEAB (or 0xD3DEAB) is unknown color: approx Orinoco. HEX triplet: D3, DE and AB. RGB value is (211,222,171). Sum of RGB (Red+Green+Blue) = 211+222+171=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DEAB is #2C2154. Grayscale: #D5D5D5. Windows color (decimal): -2892117 or 11263699. OLE color: 11263699.

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

Color convert

RGB211222171-
CMYK0.0500.230.13
HSL72.94º43.59%77.06%-
HSV(B)72.94º22.97%87.06%-
XYZ60.3469.0348.67-
YUV212.9104.36126.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=34.93%
G=36.75%
B=28.31%

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
Decimal2112221710.0500.230.1372.9443.5977.06
HexD3DEAB5017D492c4d
Octal32333625350271511154115
Binary110100111101111010101011101010111110110010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DEAB; }

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

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

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

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

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

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

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

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