Html Css Color HEX #DAEAA5 Reef

📋 copy color: '#DAEAA5'

red 218 ◦ green 234 ◦ blue 165

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

Shades of Reef #DAEAA5

Tints of Reef #DAEAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.74%

R = 35.33%
G = 37.93%
B = 26.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#DAEAA5 (or 0xDAEAA5) is known color: Reef. HEX triplet: DA, EA and A5. RGB value is (218,234,165). Sum of RGB (Red+Green+Blue) = 218+234+165=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA5 is #25155A. Grayscale: #DDDDDD. Windows color (decimal): -2430299 or 10873562. OLE color: 10873562.

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

Color convert

RGB 218 234 165 -
CMYK 0.07 0 0.29 0.08
HSL 73.91º 0.62% 0.78% -
HSV(B) 73.91º 0.29% 0.92% -
XYZ 65.13 76.47 46.92 -
YUV 221.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 218 234 165 0.07 0 0.29 0.08 73.91 0.62 0.78
Hex DA EA A5 7 0 1D 8 4A 3E 4E
Octal 332 352 245 7 0 35 10 112 76 116
Binary 11011010 11101010 10100101 111 0 11101 1000 1001010 111110 1001110

Color Harmonies of #DAEAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAA5

Black with #DAEAA5

Text Example


Text Example

White with #DAEAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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