Html Css Color HEX #DAEA9F Reef

📋 copy color: '#DAEA9F'

red 218 ◦ green 234 ◦ blue 159

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

Shades of Reef #DAEA9F

Tints of Reef #DAEA9F

RGB

 RED value IS 218 (85.55% from 255) = 35.68%

 GREEN value IS 234 (91.8% from 255) = 38.3%

 BLUE value IS 159 (62.5% from 255) = 26.02%

R = 35.68%
G = 38.3%
B = 26.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#DAEA9F (or 0xDAEA9F) is known color: Reef. HEX triplet: DA, EA and 9F. RGB value is (218,234,159). Sum of RGB (Red+Green+Blue) = 218+234+159=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA9F is #251560. Grayscale: #DCDCDC. Windows color (decimal): -2430305 or 10480346. OLE color: 10480346.

HSL color Cylindrical-coordinate representation of color #DAEA9F: hue angle of 72.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAEA9F is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 159 -
CMYK 0.07 0 0.32 0.08
HSL 72.8º 0.64% 0.77% -
HSV(B) 72.8º 0.32% 0.92% -
XYZ 64.59 76.25 44.11 -
YUV 220.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 218 234 159 0.07 0 0.32 0.08 72.8 0.64 0.77
Hex DA EA 9F 7 0 20 8 49 40 4D
Octal 332 352 237 7 0 40 10 111 100 115
Binary 11011010 11101010 10011111 111 0 100000 1000 1001001 1000000 1001101

Color Harmonies of #DAEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA9F

Black with #DAEA9F

Text Example


Text Example

White with #DAEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA9F; }

 p { color: rgb(218,234,159); }

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

background-color css

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

 a { background-color: rgb(218,234,159); }

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

border-color css

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

 span { border-color: rgb(218,234,159); }

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