Html Css Color HEX #DAEB9C Reef

📋 copy color: '#DAEB9C'

red 218 ◦ green 235 ◦ blue 156

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

Shades of Reef #DAEB9C

Tints of Reef #DAEB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.62%

R = 35.8%
G = 38.59%
B = 25.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#DAEB9C (or 0xDAEB9C) is known color: Reef. HEX triplet: DA, EB and 9C. RGB value is (218,235,156). Sum of RGB (Red+Green+Blue) = 218+235+156=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB9C is #251463. Grayscale: #DDDDDD. Windows color (decimal): -2430052 or 10283994. OLE color: 10283994.

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

Color convert

RGB 218 235 156 -
CMYK 0.07 0 0.34 0.08
HSL 72.91º 0.66% 0.77% -
HSV(B) 72.91º 0.34% 0.92% -
XYZ 64.62 76.72 42.86 -
YUV 220.91 91.37 125.92 -
System Red Green Blue C M Y K H S L
Decimal 218 235 156 0.07 0 0.34 0.08 72.91 0.66 0.77
Hex DA EB 9C 7 0 22 8 49 42 4D
Octal 332 353 234 7 0 42 10 111 102 115
Binary 11011010 11101011 10011100 111 0 100010 1000 1001001 1000010 1001101

Color Harmonies of #DAEB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB9C

Black with #DAEB9C

Text Example


Text Example

White with #DAEB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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