Html Css Color HEX #D1DAAE Orinoco

📋 copy color: '#D1DAAE'

red 209 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #D1DAAE

Tints of Orinoco #D1DAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 174 (68.36% from 255) = 28.95%

R = 34.78%
G = 36.27%
B = 28.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D1DAAE (or 0xD1DAAE) is known color: Orinoco. HEX triplet: D1, DA and AE. RGB value is (209,218,174). Sum of RGB (Red+Green+Blue) = 209+218+174=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAAE is #2E2551. Grayscale: #D2D2D2. Windows color (decimal): -3024210 or 11459281. OLE color: 11459281.

HSL color Cylindrical-coordinate representation of color #D1DAAE: hue angle of 72.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1DAAE is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 174 -
CMYK 0.04 0 0.20 0.15
HSL 72.27º 0.37% 0.77% -
HSV(B) 72.27º 0.2% 0.85% -
XYZ 59.01 66.75 49.82 -
YUV 210.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 209 218 174 0.04 0 0.20 0.15 72.27 0.37 0.77
Hex D1 DA AE 4 0 14 F 48 25 4D
Octal 321 332 256 4 0 24 17 110 45 115
Binary 11010001 11011010 10101110 100 0 10100 1111 1001000 100101 1001101

Color Harmonies of #D1DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAAE

Black with #D1DAAE

Text Example


Text Example

White with #D1DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAAE; }

 p { color: rgb(209,218,174); }

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

background-color css

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

 a { background-color: rgb(209,218,174); }

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

border-color css

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

 span { border-color: rgb(209,218,174); }

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