#DAEB94

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

Shades of Reef #DAEB94

Tints of Reef #DAEB94

Color information

#DAEB94 (or 0xDAEB94) is unknown color: approx Reef. HEX triplet: DA, EB and 94. RGB value is (218,235,148). Sum of RGB (Red+Green+Blue) = 218+235+148=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEB94 is #25146B. Grayscale: #DCDCDC. Windows color (decimal): -2430060 or 9759706. OLE color: 9759706.

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

Color convert

RGB218235148-
CMYK0.0700.370.08
HSL71.72º68.5%75.1%-
HSV(B)71.72º37.02%92.16%-
XYZ63.9776.4639.4-
YUV22087.37126.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 148 (58.20% from 255) = 24.63%
R=36.27%
G=39.10%
B=24.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351480.0700.370.0871.7268.575.1
HexDAEB947025848454b
Octal332353224704510110105113
Binary11011010111010111001010011101001011000100100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB94; }

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

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

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

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

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

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

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

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