Html Css Color HEX #D9EAA0 Reef

📋 copy color: '#D9EAA0'

red 217 ◦ green 234 ◦ blue 160

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

Shades of Reef #D9EAA0

Tints of Reef #D9EAA0

RGB

 RED value IS 217 (85.16% from 255) = 35.52%

 GREEN value IS 234 (91.8% from 255) = 38.3%

 BLUE value IS 160 (62.89% from 255) = 26.19%

R = 35.52%
G = 38.3%
B = 26.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#D9EAA0 (or 0xD9EAA0) is known color: Reef. HEX triplet: D9, EA and A0. RGB value is (217,234,160). Sum of RGB (Red+Green+Blue) = 217+234+160=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EAA0 is #26155F. Grayscale: #DCDCDC. Windows color (decimal): -2495840 or 10545881. OLE color: 10545881.

HSL color Cylindrical-coordinate representation of color #D9EAA0: hue angle of 73.78º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9EAA0 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 160 -
CMYK 0.07 0 0.32 0.08
HSL 73.78º 0.64% 0.77% -
HSV(B) 73.78º 0.32% 0.92% -
XYZ 64.38 76.14 44.56 -
YUV 220.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 217 234 160 0.07 0 0.32 0.08 73.78 0.64 0.77
Hex D9 EA A0 7 0 20 8 4A 40 4D
Octal 331 352 240 7 0 40 10 112 100 115
Binary 11011001 11101010 10100000 111 0 100000 1000 1001010 1000000 1001101

Color Harmonies of #D9EAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAA0

Black with #D9EAA0

Text Example


Text Example

White with #D9EAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAA0; }

 p { color: rgb(217,234,160); }

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

background-color css

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

 a { background-color: rgb(217,234,160); }

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

border-color css

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

 span { border-color: rgb(217,234,160); }

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