Html Css Color HEX #DAEA9E Reef

📋 copy color: '#DAEA9E'

red 218 ◦ green 234 ◦ blue 158

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

Shades of Reef #DAEA9E

Tints of Reef #DAEA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.9%

R = 35.74%
G = 38.36%
B = 25.9%

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

#DAEA9E (or 0xDAEA9E) is known color: Reef. HEX triplet: DA, EA and 9E. RGB value is (218,234,158). Sum of RGB (Red+Green+Blue) = 218+234+158=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA9E is #251561. Grayscale: #DCDCDC. Windows color (decimal): -2430306 or 10414810. OLE color: 10414810.

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

Color convert

RGB 218 234 158 -
CMYK 0.07 0 0.32 0.08
HSL 72.63º 0.64% 0.77% -
HSV(B) 72.63º 0.32% 0.92% -
XYZ 64.51 76.22 43.66 -
YUV 220.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 218 234 158 0.07 0 0.32 0.08 72.63 0.64 0.77
Hex DA EA 9E 7 0 20 8 49 40 4D
Octal 332 352 236 7 0 40 10 111 100 115
Binary 11011010 11101010 10011110 111 0 100000 1000 1001001 1000000 1001101

Color Harmonies of #DAEA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA9E

Black with #DAEA9E

Text Example


Text Example

White with #DAEA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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