Html Css Color HEX #D9FAAF Reef

📋 copy color: '#D9FAAF'

red 217 ◦ green 250 ◦ blue 175

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

Shades of Reef #D9FAAF

Tints of Reef #D9FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.94%

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

R = 33.8%
G = 38.94%
B = 27.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#D9FAAF (or 0xD9FAAF) is known color: Reef. HEX triplet: D9, FA and AF. RGB value is (217,250,175). Sum of RGB (Red+Green+Blue) = 217+250+175=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAAF is #260550. Grayscale: #E7E7E7. Windows color (decimal): -2491729 or 11533017. OLE color: 11533017.

HSL color Cylindrical-coordinate representation of color #D9FAAF: hue angle of 86.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9FAAF is Cyan = 0.13, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 175 -
CMYK 0.13 0 0.3 0.02
HSL 86.4º 0.88% 0.83% -
HSV(B) 86.4º 0.3% 0.98% -
XYZ 70.54 86.22 53.48 -
YUV 231.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 217 250 175 0.13 0 0.3 0.02 86.4 0.88 0.83
Hex D9 FA AF D 0 1E 2 56 58 53
Octal 331 372 257 15 0 36 2 126 130 123
Binary 11011001 11111010 10101111 1101 0 11110 10 1010110 1011000 1010011

Color Harmonies of #D9FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FAAF

Black with #D9FAAF

Text Example


Text Example

White with #D9FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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