#DAEB98

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

Shades of Reef #DAEB98

Tints of Reef #DAEB98

Color information

#DAEB98 (or 0xDAEB98) is unknown color: approx Reef. HEX triplet: DA, EB and 98. RGB value is (218,235,152). Sum of RGB (Red+Green+Blue) = 218+235+152=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB98 is #251467. Grayscale: #DCDCDC. Windows color (decimal): -2430056 or 10021850. OLE color: 10021850.

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

Color convert

RGB218235152-
CMYK0.0700.350.08
HSL72.29º67.48%75.88%-
HSV(B)72.29º35.32%92.16%-
XYZ64.2976.5941.1-
YUV220.4689.37126.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 152 (59.77% from 255) = 25.12%
R=36.03%
G=38.84%
B=25.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351520.0700.350.0872.2967.4875.88
HexDAEB987023848434c
Octal332353230704310110103114
Binary11011010111010111001100011101000111000100100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB98; }

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

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

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

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

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

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

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

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