Html Css Color HEX #DAEEA0 Reef

📋 copy color: '#DAEEA0'

red 218 ◦ green 238 ◦ blue 160

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

Shades of Reef #DAEEA0

Tints of Reef #DAEEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.97%

R = 35.39%
G = 38.64%
B = 25.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#DAEEA0 (or 0xDAEEA0) is known color: Reef. HEX triplet: DA, EE and A0. RGB value is (218,238,160). Sum of RGB (Red+Green+Blue) = 218+238+160=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA0 is #25115F. Grayscale: #DFDFDF. Windows color (decimal): -2429280 or 10546906. OLE color: 10546906.

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

Color convert

RGB 218 238 160 -
CMYK 0.08 0 0.33 0.07
HSL 75.38º 0.7% 0.78% -
HSV(B) 75.38º 0.33% 0.93% -
XYZ 65.83 78.59 44.96 -
YUV 223.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 218 238 160 0.08 0 0.33 0.07 75.38 0.7 0.78
Hex DA EE A0 8 0 21 7 4B 46 4E
Octal 332 356 240 10 0 41 7 113 106 116
Binary 11011010 11101110 10100000 1000 0 100001 111 1001011 1000110 1001110

Color Harmonies of #DAEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEA0

Black with #DAEEA0

Text Example


Text Example

White with #DAEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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