Html Css Color HEX #DAEEA5 Reef

📋 copy color: '#DAEEA5'

red 218 ◦ green 238 ◦ blue 165

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

Shades of Reef #DAEEA5

Tints of Reef #DAEEA5

RGB

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

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

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

R = 35.1%
G = 38.33%
B = 26.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#DAEEA5 (or 0xDAEEA5) is known color: Reef. HEX triplet: DA, EE and A5. RGB value is (218,238,165). Sum of RGB (Red+Green+Blue) = 218+238+165=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA5 is #25115A. Grayscale: #DFDFDF. Windows color (decimal): -2429275 or 10874586. OLE color: 10874586.

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

Color convert

RGB 218 238 165 -
CMYK 0.08 0 0.31 0.07
HSL 76.44º 0.68% 0.79% -
HSV(B) 76.44º 0.31% 0.93% -
XYZ 66.28 78.77 47.31 -
YUV 223.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 218 238 165 0.08 0 0.31 0.07 76.44 0.68 0.79
Hex DA EE A5 8 0 1F 7 4C 44 4F
Octal 332 356 245 10 0 37 7 114 104 117
Binary 11011010 11101110 10100101 1000 0 11111 111 1001100 1000100 1001111

Color Harmonies of #DAEEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEA5

Black with #DAEEA5

Text Example


Text Example

White with #DAEEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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