#DAEE8D

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

Shades of Reef #DAEE8D

Tints of Reef #DAEE8D

Color information

#DAEE8D (or 0xDAEE8D) is unknown color: approx Reef. HEX triplet: DA, EE and 8D. RGB value is (218,238,141). Sum of RGB (Red+Green+Blue) = 218+238+141=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEE8D is #251172. Grayscale: #DDDDDD. Windows color (decimal): -2429299 or 9301722. OLE color: 9301722.

HSL color Cylindrical-coordinate representation of color #DAEE8D: hue angle of 72.37º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAEE8D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB218238141-
CMYK0.0800.410.07
HSL72.37º74.05%74.31%-
HSV(B)72.37º40.76%93.33%-
XYZ64.377.9836.86-
YUV220.9682.87125.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 238 (93.36% from 255) = 39.87%
BLUE value IS 141 (55.47% from 255) = 23.62%
R=36.52%
G=39.87%
B=23.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381410.0800.410.0772.3774.0574.31
HexDAEE8D80297484a4a
Octal332356215100517110112112
Binary11011010111011101000110110000101001111100100010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE8D; }

 p { color: rgb(218,238,141); }

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

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

 a { background-color: rgb(218,238,141); }

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

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

 span { border-color: rgb(218,238,141); }

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