#DAEDAE

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

Shades of Reef #DAEDAE

Tints of Reef #DAEDAE

Color information

#DAEDAE (or 0xDAEDAE) is unknown color: approx Reef. HEX triplet: DA, ED and AE. RGB value is (218,237,174). Sum of RGB (Red+Green+Blue) = 218+237+174=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDAE is #251251. Grayscale: #E0E0E0. Windows color (decimal): -2429522 or 11464154. OLE color: 11464154.

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

Color convert

RGB218237174-
CMYK0.0800.270.07
HSL78.1º63.64%80.59%-
HSV(B)78.1º26.58%92.94%-
XYZ66.8478.5351.68-
YUV224.1499.71123.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=34.66%
G=37.68%
B=27.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371740.0800.270.0778.163.6480.59
HexDAEDAE801B74e4051
Octal332355256100337116100121
Binary1101101011101101101011101000011011111100111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDAE; }

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

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

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

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

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

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

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

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