Html Css Color HEX #D9FAAC Reef

📋 copy color: '#D9FAAC'

red 217 ◦ green 250 ◦ blue 172

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

Shades of Reef #D9FAAC

Tints of Reef #D9FAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.92%

R = 33.96%
G = 39.12%
B = 26.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#D9FAAC (or 0xD9FAAC) is known color: Reef. HEX triplet: D9, FA and AC. RGB value is (217,250,172). Sum of RGB (Red+Green+Blue) = 217+250+172=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAAC is #260553. Grayscale: #E7E7E7. Windows color (decimal): -2491732 or 11336409. OLE color: 11336409.

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

Color convert

RGB 217 250 172 -
CMYK 0.13 0 0.31 0.02
HSL 85.38º 0.89% 0.83% -
HSV(B) 85.38º 0.31% 0.98% -
XYZ 70.25 86.1 51.95 -
YUV 231.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 217 250 172 0.13 0 0.31 0.02 85.38 0.89 0.83
Hex D9 FA AC D 0 1F 2 55 59 53
Octal 331 372 254 15 0 37 2 125 131 123
Binary 11011001 11111010 10101100 1101 0 11111 10 1010101 1011001 1010011

Color Harmonies of #D9FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FAAC

Black with #D9FAAC

Text Example


Text Example

White with #D9FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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