Html Css Color HEX #DAEFA1 Reef

📋 copy color: '#DAEFA1'

red 218 ◦ green 239 ◦ blue 161

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

Shades of Reef #DAEFA1

Tints of Reef #DAEFA1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.67%

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

R = 35.28%
G = 38.67%
B = 26.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#DAEFA1 (or 0xDAEFA1) is known color: Reef. HEX triplet: DA, EF and A1. RGB value is (218,239,161). Sum of RGB (Red+Green+Blue) = 218+239+161=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFA1 is #25105E. Grayscale: #E0E0E0. Windows color (decimal): -2429023 or 10612698. OLE color: 10612698.

HSL color Cylindrical-coordinate representation of color #DAEFA1: hue angle of 76.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAEFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 161 -
CMYK 0.09 0 0.33 0.06
HSL 76.15º 0.71% 0.78% -
HSV(B) 76.15º 0.33% 0.94% -
XYZ 66.21 79.21 45.52 -
YUV 223.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 218 239 161 0.09 0 0.33 0.06 76.15 0.71 0.78
Hex DA EF A1 9 0 21 6 4C 47 4E
Octal 332 357 241 11 0 41 6 114 107 116
Binary 11011010 11101111 10100001 1001 0 100001 110 1001100 1000111 1001110

Color Harmonies of #DAEFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFA1

Black with #DAEFA1

Text Example


Text Example

White with #DAEFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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