Html Css Color HEX #D1DEAD Orinoco

📋 copy color: '#D1DEAD'

red 209 ◦ green 222 ◦ blue 173

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

Shades of Orinoco #D1DEAD

Tints of Orinoco #D1DEAD

RGB

 RED value IS 209 (82.03% from 255) = 34.6%

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

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 34.6%
G = 36.75%
B = 28.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D1DEAD (or 0xD1DEAD) is known color: Orinoco. HEX triplet: D1, DE and AD. RGB value is (209,222,173). Sum of RGB (Red+Green+Blue) = 209+222+173=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DEAD is #2E2152. Grayscale: #D4D4D4. Windows color (decimal): -3023187 or 11394769. OLE color: 11394769.

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

Color convert

RGB 209 222 173 -
CMYK 0.06 0 0.22 0.13
HSL 75.92º 0.43% 0.77% -
HSV(B) 75.92º 0.22% 0.87% -
XYZ 59.96 68.81 49.66 -
YUV 212.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 209 222 173 0.06 0 0.22 0.13 75.92 0.43 0.77
Hex D1 DE AD 6 0 16 D 4C 2B 4D
Octal 321 336 255 6 0 26 15 114 53 115
Binary 11010001 11011110 10101101 110 0 10110 1101 1001100 101011 1001101

Color Harmonies of #D1DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEAD

Black with #D1DEAD

Text Example


Text Example

White with #D1DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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