Html Css Color HEX #DAEAA4 Reef

📋 copy color: '#DAEAA4'

red 218 ◦ green 234 ◦ blue 164

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

Shades of Reef #DAEAA4

Tints of Reef #DAEAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.62%

R = 35.39%
G = 37.99%
B = 26.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#DAEAA4 (or 0xDAEAA4) is known color: Reef. HEX triplet: DA, EA and A4. RGB value is (218,234,164). Sum of RGB (Red+Green+Blue) = 218+234+164=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA4 is #25155B. Grayscale: #DDDDDD. Windows color (decimal): -2430300 or 10808026. OLE color: 10808026.

HSL color Cylindrical-coordinate representation of color #DAEAA4: hue angle of 73.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAEAA4 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 164 -
CMYK 0.07 0 0.30 0.08
HSL 73.71º 0.63% 0.78% -
HSV(B) 73.71º 0.3% 0.92% -
XYZ 65.04 76.43 46.45 -
YUV 221.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 218 234 164 0.07 0 0.30 0.08 73.71 0.63 0.78
Hex DA EA A4 7 0 1E 8 4A 3E 4E
Octal 332 352 244 7 0 36 10 112 76 116
Binary 11011010 11101010 10100100 111 0 11110 1000 1001010 111110 1001110

Color Harmonies of #DAEAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAA4

Black with #DAEAA4

Text Example


Text Example

White with #DAEAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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