Html Css Color HEX #DAEEA6 Reef

📋 copy color: '#DAEEA6'

red 218 ◦ green 238 ◦ blue 166

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

Shades of Reef #DAEEA6

Tints of Reef #DAEEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.69%

R = 35.05%
G = 38.26%
B = 26.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#DAEEA6 (or 0xDAEEA6) is known color: Reef. HEX triplet: DA, EE and A6. RGB value is (218,238,166). Sum of RGB (Red+Green+Blue) = 218+238+166=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA6 is #251159. Grayscale: #E0E0E0. Windows color (decimal): -2429274 or 10940122. OLE color: 10940122.

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

Color convert

RGB 218 238 166 -
CMYK 0.08 0 0.30 0.07
HSL 76.67º 0.68% 0.79% -
HSV(B) 76.67º 0.3% 0.93% -
XYZ 66.37 78.81 47.79 -
YUV 223.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 218 238 166 0.08 0 0.30 0.07 76.67 0.68 0.79
Hex DA EE A6 8 0 1E 7 4D 44 4F
Octal 332 356 246 10 0 36 7 115 104 117
Binary 11011010 11101110 10100110 1000 0 11110 111 1001101 1000100 1001111

Color Harmonies of #DAEEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEA6

Black with #DAEEA6

Text Example


Text Example

White with #DAEEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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