Html Css Color HEX #DAEB9D Reef

📋 copy color: '#DAEB9D'

red 218 ◦ green 235 ◦ blue 157

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

Shades of Reef #DAEB9D

Tints of Reef #DAEB9D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.52%

 BLUE value IS 157 (61.72% from 255) = 25.74%

R = 35.74%
G = 38.52%
B = 25.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#DAEB9D (or 0xDAEB9D) is known color: Reef. HEX triplet: DA, EB and 9D. RGB value is (218,235,157). Sum of RGB (Red+Green+Blue) = 218+235+157=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB9D is #251462. Grayscale: #DDDDDD. Windows color (decimal): -2430051 or 10349530. OLE color: 10349530.

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

Color convert

RGB 218 235 157 -
CMYK 0.07 0 0.33 0.08
HSL 73.08º 0.66% 0.77% -
HSV(B) 73.08º 0.33% 0.92% -
XYZ 64.71 76.76 43.3 -
YUV 221.03 91.87 125.84 -
System Red Green Blue C M Y K H S L
Decimal 218 235 157 0.07 0 0.33 0.08 73.08 0.66 0.77
Hex DA EB 9D 7 0 21 8 49 42 4D
Octal 332 353 235 7 0 41 10 111 102 115
Binary 11011010 11101011 10011101 111 0 100001 1000 1001001 1000010 1001101

Color Harmonies of #DAEB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB9D

Black with #DAEB9D

Text Example


Text Example

White with #DAEB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB9D; }

 p { color: rgb(218,235,157); }

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

background-color css

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

 a { background-color: rgb(218,235,157); }

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

border-color css

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

 span { border-color: rgb(218,235,157); }

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