Html Css Color HEX #D9E8AF Reef

📋 copy color: '#D9E8AF'

red 217 ◦ green 232 ◦ blue 175

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

Shades of Reef #D9E8AF

Tints of Reef #D9E8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.18%

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

R = 34.78%
G = 37.18%
B = 28.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#D9E8AF (or 0xD9E8AF) is known color: Reef. HEX triplet: D9, E8 and AF. RGB value is (217,232,175). Sum of RGB (Red+Green+Blue) = 217+232+175=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E8AF is #261750. Grayscale: #DDDDDD. Windows color (decimal): -2496337 or 11528409. OLE color: 11528409.

HSL color Cylindrical-coordinate representation of color #D9E8AF: hue angle of 75.79º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9E8AF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 232 175 -
CMYK 0.06 0 0.25 0.09
HSL 75.79º 0.55% 0.8% -
HSV(B) 75.79º 0.25% 0.91% -
XYZ 65.21 75.56 51.71 -
YUV 221.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 217 232 175 0.06 0 0.25 0.09 75.79 0.55 0.8
Hex D9 E8 AF 6 0 19 9 4C 37 50
Octal 331 350 257 6 0 31 11 114 67 120
Binary 11011001 11101000 10101111 110 0 11001 1001 1001100 110111 1010000

Color Harmonies of #D9E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E8AF

Black with #D9E8AF

Text Example


Text Example

White with #D9E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E8AF; }

 p { color: rgb(217,232,175); }

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

background-color css

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

 a { background-color: rgb(217,232,175); }

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

border-color css

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

 span { border-color: rgb(217,232,175); }

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