Html Css Color HEX #D9FAAA Reef

📋 copy color: '#D9FAAA'

red 217 ◦ green 250 ◦ blue 170

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

Shades of Reef #D9FAAA

Tints of Reef #D9FAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.69%

R = 34.07%
G = 39.25%
B = 26.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#D9FAAA (or 0xD9FAAA) is known color: Reef. HEX triplet: D9, FA and AA. RGB value is (217,250,170). Sum of RGB (Red+Green+Blue) = 217+250+170=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAAA is #260555. Grayscale: #E7E7E7. Windows color (decimal): -2491734 or 11205337. OLE color: 11205337.

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

Color convert

RGB 217 250 170 -
CMYK 0.13 0 0.32 0.02
HSL 84.75º 0.89% 0.82% -
HSV(B) 84.75º 0.32% 0.98% -
XYZ 70.06 86.03 50.94 -
YUV 231.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 217 250 170 0.13 0 0.32 0.02 84.75 0.89 0.82
Hex D9 FA AA D 0 20 2 55 59 52
Octal 331 372 252 15 0 40 2 125 131 122
Binary 11011001 11111010 10101010 1101 0 100000 10 1010101 1011001 1010010

Color Harmonies of #D9FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FAAA

Black with #D9FAAA

Text Example


Text Example

White with #D9FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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