Html Css Color HEX #D9EEA0 Reef

📋 copy color: '#D9EEA0'

red 217 ◦ green 238 ◦ blue 160

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

Shades of Reef #D9EEA0

Tints of Reef #D9EEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

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

R = 35.28%
G = 38.7%
B = 26.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#D9EEA0 (or 0xD9EEA0) is known color: Reef. HEX triplet: D9, EE and A0. RGB value is (217,238,160). Sum of RGB (Red+Green+Blue) = 217+238+160=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EEA0 is #26115F. Grayscale: #DFDFDF. Windows color (decimal): -2494816 or 10546905. OLE color: 10546905.

HSL color Cylindrical-coordinate representation of color #D9EEA0: hue angle of 76.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9EEA0 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 238 160 -
CMYK 0.09 0 0.33 0.07
HSL 76.15º 0.7% 0.78% -
HSV(B) 76.15º 0.33% 0.93% -
XYZ 65.53 78.44 44.94 -
YUV 222.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 217 238 160 0.09 0 0.33 0.07 76.15 0.7 0.78
Hex D9 EE A0 9 0 21 7 4C 46 4E
Octal 331 356 240 11 0 41 7 114 106 116
Binary 11011001 11101110 10100000 1001 0 100001 111 1001100 1000110 1001110

Color Harmonies of #D9EEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EEA0

Black with #D9EEA0

Text Example


Text Example

White with #D9EEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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