Html Css Color HEX #DAEDA6 Reef

📋 copy color: '#DAEDA6'

red 218 ◦ green 237 ◦ blue 166

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

Shades of Reef #DAEDA6

Tints of Reef #DAEDA6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

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

R = 35.1%
G = 38.16%
B = 26.73%

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

#DAEDA6 (or 0xDAEDA6) is known color: Reef. HEX triplet: DA, ED and A6. RGB value is (218,237,166). Sum of RGB (Red+Green+Blue) = 218+237+166=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDA6 is #251259. Grayscale: #DFDFDF. Windows color (decimal): -2429530 or 10939866. OLE color: 10939866.

HSL color Cylindrical-coordinate representation of color #DAEDA6: hue angle of 76.06º degrees, saturation: 0.66, 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 #DAEDA6 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 166 -
CMYK 0.08 0 0.30 0.07
HSL 76.06º 0.66% 0.79% -
HSV(B) 76.06º 0.3% 0.93% -
XYZ 66.08 78.23 47.69 -
YUV 223.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 218 237 166 0.08 0 0.30 0.07 76.06 0.66 0.79
Hex DA ED A6 8 0 1E 7 4C 42 4F
Octal 332 355 246 10 0 36 7 114 102 117
Binary 11011010 11101101 10100110 1000 0 11110 111 1001100 1000010 1001111

Color Harmonies of #DAEDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDA6

Black with #DAEDA6

Text Example


Text Example

White with #DAEDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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