#DAE795

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

Shades of Reef #DAE795

Tints of Reef #DAE795

Color information

#DAE795 (or 0xDAE795) is unknown color: approx Reef. HEX triplet: DA, E7 and 95. RGB value is (218,231,149). Sum of RGB (Red+Green+Blue) = 218+231+149=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE795 is #25186A. Grayscale: #DADADA. Windows color (decimal): -2431083 or 9824218. OLE color: 9824218.

HSL color Cylindrical-coordinate representation of color #DAE795: hue angle of 69.51º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE795 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB218231149-
CMYK0.0600.350.09
HSL69.51º63.08%74.51%-
HSV(B)69.51º35.5%90.59%-
XYZ62.9174.2339.45-
YUV217.7689.19128.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 231 (90.62% from 255) = 38.63%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=36.45%
G=38.63%
B=24.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311490.0600.350.0969.5163.0874.51
HexDAE79560239463f4b
Octal33234722560431110677113
Binary1101101011100111100101011100100011100110001101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE795; }

 p { color: rgb(218,231,149); }

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

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

 a { background-color: rgb(218,231,149); }

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

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

 span { border-color: rgb(218,231,149); }

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