Html Css Color HEX #DAEEAA Reef

📋 copy color: '#DAEEAA'

red 218 ◦ green 238 ◦ blue 170

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

Shades of Reef #DAEEAA

Tints of Reef #DAEEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.16%

R = 34.82%
G = 38.02%
B = 27.16%

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

#DAEEAA (or 0xDAEEAA) is known color: Reef. HEX triplet: DA, EE and AA. RGB value is (218,238,170). Sum of RGB (Red+Green+Blue) = 218+238+170=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEAA is #251155. Grayscale: #E0E0E0. Windows color (decimal): -2429270 or 11202266. OLE color: 11202266.

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

Color convert

RGB 218 238 170 -
CMYK 0.08 0 0.29 0.07
HSL 77.65º 0.67% 0.8% -
HSV(B) 77.65º 0.29% 0.93% -
XYZ 66.74 78.96 49.75 -
YUV 224.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 218 238 170 0.08 0 0.29 0.07 77.65 0.67 0.8
Hex DA EE AA 8 0 1D 7 4E 43 50
Octal 332 356 252 10 0 35 7 116 103 120
Binary 11011010 11101110 10101010 1000 0 11101 111 1001110 1000011 1010000

Color Harmonies of #DAEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEAA

Black with #DAEEAA

Text Example


Text Example

White with #DAEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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