Html Css Color HEX #DAEAA0 Reef

📋 copy color: '#DAEAA0'

red 218 ◦ green 234 ◦ blue 160

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

Shades of Reef #DAEAA0

Tints of Reef #DAEAA0

RGB

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

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

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

R = 35.62%
G = 38.24%
B = 26.14%

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

#DAEAA0 (or 0xDAEAA0) is known color: Reef. HEX triplet: DA, EA and A0. RGB value is (218,234,160). Sum of RGB (Red+Green+Blue) = 218+234+160=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA0 is #25155F. Grayscale: #DDDDDD. Windows color (decimal): -2430304 or 10545882. OLE color: 10545882.

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

Color convert

RGB 218 234 160 -
CMYK 0.07 0 0.32 0.08
HSL 72.97º 0.64% 0.77% -
HSV(B) 72.97º 0.32% 0.92% -
XYZ 64.68 76.29 44.57 -
YUV 220.78 93.7 126.02 -
System Red Green Blue C M Y K H S L
Decimal 218 234 160 0.07 0 0.32 0.08 72.97 0.64 0.77
Hex DA EA A0 7 0 20 8 49 40 4D
Octal 332 352 240 7 0 40 10 111 100 115
Binary 11011010 11101010 10100000 111 0 100000 1000 1001001 1000000 1001101

Color Harmonies of #DAEAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAA0

Black with #DAEAA0

Text Example


Text Example

White with #DAEAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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