Html Css Color HEX #DAEA93 Reef

📋 copy color: '#DAEA93'

red 218 ◦ green 234 ◦ blue 147

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

Shades of Reef #DAEA93

Tints of Reef #DAEA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 36.39%
G = 39.07%
B = 24.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#DAEA93 (or 0xDAEA93) is known color: Reef. HEX triplet: DA, EA and 93. RGB value is (218,234,147). Sum of RGB (Red+Green+Blue) = 218+234+147=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA93 is #25156C. Grayscale: #DBDBDB. Windows color (decimal): -2430317 or 9693914. OLE color: 9693914.

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

Color convert

RGB 218 234 147 -
CMYK 0.07 0 0.37 0.08
HSL 71.03º 0.67% 0.75% -
HSV(B) 71.03º 0.37% 0.92% -
XYZ 63.6 75.86 38.89 -
YUV 219.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 218 234 147 0.07 0 0.37 0.08 71.03 0.67 0.75
Hex DA EA 93 7 0 25 8 47 43 4B
Octal 332 352 223 7 0 45 10 107 103 113
Binary 11011010 11101010 10010011 111 0 100101 1000 1000111 1000011 1001011

Color Harmonies of #DAEA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA93

Black with #DAEA93

Text Example


Text Example

White with #DAEA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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