Html Css Color HEX #DAEAAA Reef

📋 copy color: '#DAEAAA'

red 218 ◦ green 234 ◦ blue 170

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

Shades of Reef #DAEAAA

Tints of Reef #DAEAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.33%

R = 35.05%
G = 37.62%
B = 27.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#DAEAAA (or 0xDAEAAA) is known color: Reef. HEX triplet: DA, EA and AA. RGB value is (218,234,170). Sum of RGB (Red+Green+Blue) = 218+234+170=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAAA is #251555. Grayscale: #DEDEDE. Windows color (decimal): -2430294 or 11201242. OLE color: 11201242.

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

Color convert

RGB 218 234 170 -
CMYK 0.07 0 0.27 0.08
HSL 75º 0.6% 0.79% -
HSV(B) 75º 0.27% 0.92% -
XYZ 65.59 76.65 49.37 -
YUV 221.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 218 234 170 0.07 0 0.27 0.08 75 0.6 0.79
Hex DA EA AA 7 0 1B 8 4B 3C 4F
Octal 332 352 252 7 0 33 10 113 74 117
Binary 11011010 11101010 10101010 111 0 11011 1000 1001011 111100 1001111

Color Harmonies of #DAEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAAA

Black with #DAEAAA

Text Example


Text Example

White with #DAEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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