Html Css Color HEX #D9EFAF Reef

📋 copy color: '#D9EFAF'

red 217 ◦ green 239 ◦ blue 175

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

Shades of Reef #D9EFAF

Tints of Reef #D9EFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.88%

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

R = 34.39%
G = 37.88%
B = 27.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#D9EFAF (or 0xD9EFAF) is known color: Reef. HEX triplet: D9, EF and AF. RGB value is (217,239,175). Sum of RGB (Red+Green+Blue) = 217+239+175=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFAF is #261050. Grayscale: #E1E1E1. Windows color (decimal): -2494545 or 11530201. OLE color: 11530201.

HSL color Cylindrical-coordinate representation of color #D9EFAF: hue angle of 80.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9EFAF is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 239 175 -
CMYK 0.09 0 0.27 0.06
HSL 80.63º 0.67% 0.81% -
HSV(B) 80.63º 0.27% 0.94% -
XYZ 67.22 79.58 52.38 -
YUV 225.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 217 239 175 0.09 0 0.27 0.06 80.63 0.67 0.81
Hex D9 EF AF 9 0 1B 6 51 43 51
Octal 331 357 257 11 0 33 6 121 103 121
Binary 11011001 11101111 10101111 1001 0 11011 110 1010001 1000011 1010001

Color Harmonies of #D9EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EFAF

Black with #D9EFAF

Text Example


Text Example

White with #D9EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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