Html Css Color HEX #DFF2AE Reef

📋 copy color: '#DFF2AE'

red 223 ◦ green 242 ◦ blue 174

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

Shades of Reef #DFF2AE

Tints of Reef #DFF2AE

RGB

 RED value IS 223 (87.5% from 255) = 34.9%

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

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

R = 34.9%
G = 37.87%
B = 27.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#DFF2AE (or 0xDFF2AE) is known color: Reef. HEX triplet: DF, F2 and AE. RGB value is (223,242,174). Sum of RGB (Red+Green+Blue) = 223+242+174=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2AE is #200D51. Grayscale: #E4E4E4. Windows color (decimal): -2100562 or 11465439. OLE color: 11465439.

HSL color Cylindrical-coordinate representation of color #DFF2AE: hue angle of 76.76º 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 #DFF2AE is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 242 174 -
CMYK 0.08 0 0.28 0.05
HSL 76.76º 0.72% 0.82% -
HSV(B) 76.76º 0.28% 0.95% -
XYZ 69.82 82.25 52.24 -
YUV 228.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 223 242 174 0.08 0 0.28 0.05 76.76 0.72 0.82
Hex DF F2 AE 8 0 1C 5 4D 48 52
Octal 337 362 256 10 0 34 5 115 110 122
Binary 11011111 11110010 10101110 1000 0 11100 101 1001101 1001000 1010010

Color Harmonies of #DFF2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF2AE

Black with #DFF2AE

Text Example


Text Example

White with #DFF2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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