Html Css Color HEX #DAEEA8 Reef

📋 copy color: '#DAEEA8'

red 218 ◦ green 238 ◦ blue 168

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

Shades of Reef #DAEEA8

Tints of Reef #DAEEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.14%

 BLUE value IS 168 (66.02% from 255) = 26.92%

R = 34.94%
G = 38.14%
B = 26.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#DAEEA8 (or 0xDAEEA8) is known color: Reef. HEX triplet: DA, EE and A8. RGB value is (218,238,168). Sum of RGB (Red+Green+Blue) = 218+238+168=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA8 is #251157. Grayscale: #E0E0E0. Windows color (decimal): -2429272 or 11071194. OLE color: 11071194.

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

Color convert

RGB 218 238 168 -
CMYK 0.08 0 0.29 0.07
HSL 77.14º 0.67% 0.8% -
HSV(B) 77.14º 0.29% 0.93% -
XYZ 66.56 78.88 48.76 -
YUV 224.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 218 238 168 0.08 0 0.29 0.07 77.14 0.67 0.8
Hex DA EE A8 8 0 1D 7 4D 43 50
Octal 332 356 250 10 0 35 7 115 103 120
Binary 11011010 11101110 10101000 1000 0 11101 111 1001101 1000011 1010000

Color Harmonies of #DAEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEA8

Black with #DAEEA8

Text Example


Text Example

White with #DAEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEA8; }

 p { color: rgb(218,238,168); }

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

background-color css

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

 a { background-color: rgb(218,238,168); }

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

border-color css

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

 span { border-color: rgb(218,238,168); }

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