Html Css Color HEX #DAEEAE Reef

📋 copy color: '#DAEEAE'

red 218 ◦ green 238 ◦ blue 174

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

Shades of Reef #DAEEAE

Tints of Reef #DAEEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.62%

R = 34.6%
G = 37.78%
B = 27.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DAEEAE (or 0xDAEEAE) is known color: Reef. HEX triplet: DA, EE and AE. RGB value is (218,238,174). Sum of RGB (Red+Green+Blue) = 218+238+174=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEAE is #251151. Grayscale: #E0E0E0. Windows color (decimal): -2429266 or 11464410. OLE color: 11464410.

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

Color convert

RGB 218 238 174 -
CMYK 0.08 0 0.27 0.07
HSL 78.75º 0.65% 0.81% -
HSV(B) 78.75º 0.27% 0.93% -
XYZ 67.13 79.11 51.78 -
YUV 224.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 218 238 174 0.08 0 0.27 0.07 78.75 0.65 0.81
Hex DA EE AE 8 0 1B 7 4F 41 51
Octal 332 356 256 10 0 33 7 117 101 121
Binary 11011010 11101110 10101110 1000 0 11011 111 1001111 1000001 1010001

Color Harmonies of #DAEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEAE

Black with #DAEEAE

Text Example


Text Example

White with #DAEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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