#DAED8F

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

Shades of Reef #DAED8F

Tints of Reef #DAED8F

Color information

#DAED8F (or 0xDAED8F) is unknown color: approx Reef. HEX triplet: DA, ED and 8F. RGB value is (218,237,143). Sum of RGB (Red+Green+Blue) = 218+237+143=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED8F is #251270. Grayscale: #DCDCDC. Windows color (decimal): -2429553 or 9432538. OLE color: 9432538.

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

Color convert

RGB218237143-
CMYK0.0800.400.07
HSL72.13º72.31%74.51%-
HSV(B)72.13º39.66%92.94%-
XYZ64.1677.4637.56-
YUV220.684.21126.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 143 (56.25% from 255) = 23.91%
R=36.45%
G=39.63%
B=23.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371430.0800.400.0772.1372.3174.51
HexDAED8F8028748484b
Octal332355217100507110110113
Binary11011010111011011000111110000101000111100100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED8F; }

 p { color: rgb(218,237,143); }

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

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

 a { background-color: rgb(218,237,143); }

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

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

 span { border-color: rgb(218,237,143); }

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