Html Css Color HEX #D9F2AE Reef

📋 copy color: '#D9F2AE'

red 217 ◦ green 242 ◦ blue 174

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

Shades of Reef #D9F2AE

Tints of Reef #D9F2AE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.23%

 BLUE value IS 174 (68.36% from 255) = 27.49%

R = 34.28%
G = 38.23%
B = 27.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#D9F2AE (or 0xD9F2AE) is known color: Reef. HEX triplet: D9, F2 and AE. RGB value is (217,242,174). Sum of RGB (Red+Green+Blue) = 217+242+174=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F2AE is #260D51. Grayscale: #E3E3E3. Windows color (decimal): -2493778 or 11465433. OLE color: 11465433.

HSL color Cylindrical-coordinate representation of color #D9F2AE: hue angle of 82.06º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9F2AE is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 174 -
CMYK 0.10 0 0.28 0.05
HSL 82.06º 0.72% 0.82% -
HSV(B) 82.06º 0.28% 0.95% -
XYZ 68.01 81.31 52.15 -
YUV 226.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 217 242 174 0.10 0 0.28 0.05 82.06 0.72 0.82
Hex D9 F2 AE A 0 1C 5 52 48 52
Octal 331 362 256 12 0 34 5 122 110 122
Binary 11011001 11110010 10101110 1010 0 11100 101 1010010 1001000 1010010

Color Harmonies of #D9F2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2AE

Black with #D9F2AE

Text Example


Text Example

White with #D9F2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2AE; }

 p { color: rgb(217,242,174); }

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

background-color css

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

 a { background-color: rgb(217,242,174); }

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

border-color css

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

 span { border-color: rgb(217,242,174); }

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