#D3DEAD

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

Shades of Orinoco #D3DEAD

Tints of Orinoco #D3DEAD

Color information

#D3DEAD (or 0xD3DEAD) is unknown color: approx Orinoco. HEX triplet: D3, DE and AD. RGB value is (211,222,173). Sum of RGB (Red+Green+Blue) = 211+222+173=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DEAD is #2C2152. Grayscale: #D5D5D5. Windows color (decimal): -2892115 or 11394771. OLE color: 11394771.

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

Color convert

RGB211222173-
CMYK0.0500.220.13
HSL73.47º42.61%77.45%-
HSV(B)73.47º22.07%87.06%-
XYZ60.5369.1149.68-
YUV213.12105.36126.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=34.82%
G=36.63%
B=28.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112221730.0500.220.1373.4742.6177.45
HexD3DEAD5016D492b4d
Octal32333625550261511153115
Binary110100111101111010101101101010110110110010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DEAD; }

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

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

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

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

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

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

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

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