Html Css Color HEX #DAEDA1 Reef

📋 copy color: '#DAEDA1'

red 218 ◦ green 237 ◦ blue 161

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

Shades of Reef #DAEDA1

Tints of Reef #DAEDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.14%

R = 35.39%
G = 38.47%
B = 26.14%

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

#DAEDA1 (or 0xDAEDA1) is known color: Reef. HEX triplet: DA, ED and A1. RGB value is (218,237,161). Sum of RGB (Red+Green+Blue) = 218+237+161=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDA1 is #25125E. Grayscale: #DEDEDE. Windows color (decimal): -2429535 or 10612186. OLE color: 10612186.

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

Color convert

RGB 218 237 161 -
CMYK 0.08 0 0.32 0.07
HSL 75º 0.68% 0.78% -
HSV(B) 75º 0.32% 0.93% -
XYZ 65.63 78.05 45.32 -
YUV 222.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 218 237 161 0.08 0 0.32 0.07 75 0.68 0.78
Hex DA ED A1 8 0 20 7 4B 44 4E
Octal 332 355 241 10 0 40 7 113 104 116
Binary 11011010 11101101 10100001 1000 0 100000 111 1001011 1000100 1001110

Color Harmonies of #DAEDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDA1

Black with #DAEDA1

Text Example


Text Example

White with #DAEDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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