Html Css Color HEX #D9FAAB Reef

📋 copy color: '#D9FAAB'

red 217 ◦ green 250 ◦ blue 171

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

Shades of Reef #D9FAAB

Tints of Reef #D9FAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.8%

R = 34.01%
G = 39.18%
B = 26.8%

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

#D9FAAB (or 0xD9FAAB) is known color: Reef. HEX triplet: D9, FA and AB. RGB value is (217,250,171). Sum of RGB (Red+Green+Blue) = 217+250+171=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAAB is #260554. Grayscale: #E7E7E7. Windows color (decimal): -2491733 or 11270873. OLE color: 11270873.

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

Color convert

RGB 217 250 171 -
CMYK 0.13 0 0.32 0.02
HSL 85.06º 0.89% 0.83% -
HSV(B) 85.06º 0.32% 0.98% -
XYZ 70.15 86.06 51.44 -
YUV 231.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 217 250 171 0.13 0 0.32 0.02 85.06 0.89 0.83
Hex D9 FA AB D 0 20 2 55 59 53
Octal 331 372 253 15 0 40 2 125 131 123
Binary 11011001 11111010 10101011 1101 0 100000 10 1010101 1011001 1010011

Color Harmonies of #D9FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FAAB

Black with #D9FAAB

Text Example


Text Example

White with #D9FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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