Html Css Color HEX #D3DEAA Orinoco

📋 copy color: '#D3DEAA'

red 211 ◦ green 222 ◦ blue 170

#D3DEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #D3DEAA

Tints of Orinoco #D3DEAA

RGB

 RED value IS 211 (82.81% from 255) = 34.99%

 GREEN value IS 222 (87.11% from 255) = 36.82%

 BLUE value IS 170 (66.8% from 255) = 28.19%

R = 34.99%
G = 36.82%
B = 28.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D3DEAA (or 0xD3DEAA) is known color: Orinoco. HEX triplet: D3, DE and AA. RGB value is (211,222,170). Sum of RGB (Red+Green+Blue) = 211+222+170=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DEAA is #2C2155. Grayscale: #D4D4D4. Windows color (decimal): -2892118 or 11198163. OLE color: 11198163.

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

Color convert

RGB 211 222 170 -
CMYK 0.05 0 0.23 0.13
HSL 72.69º 0.44% 0.77% -
HSV(B) 72.69º 0.23% 0.87% -
XYZ 60.24 68.99 48.17 -
YUV 212.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 211 222 170 0.05 0 0.23 0.13 72.69 0.44 0.77
Hex D3 DE AA 5 0 17 D 49 2C 4D
Octal 323 336 252 5 0 27 15 111 54 115
Binary 11010011 11011110 10101010 101 0 10111 1101 1001001 101100 1001101

Color Harmonies of #D3DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEAA

Black with #D3DEAA

Text Example


Text Example

White with #D3DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEAA; }

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

 H1.HeaderClassName
 {
   color: #D3DEAA;
 }
 .AnyTagClassName
 {
   color: #D3DEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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