#DAEFAE

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

Shades of Reef #DAEFAE

Tints of Reef #DAEFAE

Color information

#DAEFAE (or 0xDAEFAE) is unknown color: approx Reef. HEX triplet: DA, EF and AE. RGB value is (218,239,174). Sum of RGB (Red+Green+Blue) = 218+239+174=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFAE is #251051. Grayscale: #E1E1E1. Windows color (decimal): -2429010 or 11464666. OLE color: 11464666.

HSL color Cylindrical-coordinate representation of color #DAEFAE: hue angle of 79.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAEFAE is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB218239174-
CMYK0.0900.270.06
HSL79.38º67.01%80.98%-
HSV(B)79.38º27.2%93.73%-
XYZ67.4279.6951.87-
YUV225.3199.04122.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=34.55%
G=37.88%
B=27.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391740.0900.270.0679.3867.0180.98
HexDAEFAE901B64f4351
Octal332357256110336117103121
Binary1101101011101111101011101001011011110100111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFAE; }

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

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

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

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

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

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

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

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