Html Css Color HEX #D6DEAF Orinoco

📋 copy color: '#D6DEAF'

red 214 ◦ green 222 ◦ blue 175

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

Shades of Orinoco #D6DEAF

Tints of Orinoco #D6DEAF

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

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

 BLUE value IS 175 (68.75% from 255) = 28.64%

R = 35.02%
G = 36.33%
B = 28.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D6DEAF (or 0xD6DEAF) is known color: Orinoco. HEX triplet: D6, DE and AF. RGB value is (214,222,175). Sum of RGB (Red+Green+Blue) = 214+222+175=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEAF is #292150. Grayscale: #D6D6D6. Windows color (decimal): -2695505 or 11525846. OLE color: 11525846.

HSL color Cylindrical-coordinate representation of color #D6DEAF: hue angle of 70.21º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6DEAF is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 175 -
CMYK 0.04 0 0.21 0.13
HSL 70.21º 0.42% 0.78% -
HSV(B) 70.21º 0.21% 0.87% -
XYZ 61.59 69.63 50.75 -
YUV 214.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 214 222 175 0.04 0 0.21 0.13 70.21 0.42 0.78
Hex D6 DE AF 4 0 15 D 46 2A 4E
Octal 326 336 257 4 0 25 15 106 52 116
Binary 11010110 11011110 10101111 100 0 10101 1101 1000110 101010 1001110

Color Harmonies of #D6DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEAF

Black with #D6DEAF

Text Example


Text Example

White with #D6DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEAF; }

 p { color: rgb(214,222,175); }

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

background-color css

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

 a { background-color: rgb(214,222,175); }

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

border-color css

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

 span { border-color: rgb(214,222,175); }

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