Html Css Color HEX #DAEDA0 Reef

📋 copy color: '#DAEDA0'

red 218 ◦ green 237 ◦ blue 160

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

Shades of Reef #DAEDA0

Tints of Reef #DAEDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.02%

R = 35.45%
G = 38.54%
B = 26.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#DAEDA0 (or 0xDAEDA0) is known color: Reef. HEX triplet: DA, ED and A0. RGB value is (218,237,160). Sum of RGB (Red+Green+Blue) = 218+237+160=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDA0 is #25125F. Grayscale: #DEDEDE. Windows color (decimal): -2429536 or 10546650. OLE color: 10546650.

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

Color convert

RGB 218 237 160 -
CMYK 0.08 0 0.32 0.07
HSL 74.81º 0.68% 0.78% -
HSV(B) 74.81º 0.32% 0.93% -
XYZ 65.54 78.01 44.86 -
YUV 222.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 218 237 160 0.08 0 0.32 0.07 74.81 0.68 0.78
Hex DA ED A0 8 0 20 7 4B 44 4E
Octal 332 355 240 10 0 40 7 113 104 116
Binary 11011010 11101101 10100000 1000 0 100000 111 1001011 1000100 1001110

Color Harmonies of #DAEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDA0

Black with #DAEDA0

Text Example


Text Example

White with #DAEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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