#DAEB9E

Color #DAEB9E Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAEB9E

Tints of Reef #DAEB9E

Color information

#DAEB9E (or 0xDAEB9E) is unknown color: approx Reef. HEX triplet: DA, EB and 9E. RGB value is (218,235,158). Sum of RGB (Red+Green+Blue) = 218+235+158=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB9E is #251461. Grayscale: #DDDDDD. Windows color (decimal): -2430050 or 10415066. OLE color: 10415066.

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

Color convert

RGB218235158-
CMYK0.0700.330.08
HSL73.25º65.81%77.06%-
HSV(B)73.25º32.77%92.16%-
XYZ64.7976.7943.75-
YUV221.1492.37125.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 158 (62.11% from 255) = 25.86%
R=35.68%
G=38.46%
B=25.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351580.0700.330.0873.2565.8177.06
HexDAEB9E7021849424d
Octal332353236704110111102115
Binary11011010111010111001111011101000011000100100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB9E; }

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

 H1.HeaderClassName
 {
   color: #DAEB9E;
 }
 .AnyTagClassName
 {
   color: #DAEB9E;
 }
</style>
background-color css

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

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

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

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

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

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