#DAFAAE

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

Shades of Reef #DAFAAE

Tints of Reef #DAFAAE

Color information

#DAFAAE (or 0xDAFAAE) is unknown color: approx Reef. HEX triplet: DA, FA and AE. RGB value is (218,250,174). Sum of RGB (Red+Green+Blue) = 218+250+174=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 174 (68.36% from 255 or 27.10% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAAE is #250551. Grayscale: #E8E8E8. Windows color (decimal): -2426194 or 11467482. OLE color: 11467482.

HSL color Cylindrical-coordinate representation of color #DAFAAE: hue angle of 85.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAFAAE is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB218250174-
CMYK0.1300.300.02
HSL85.26º88.37%83.14%-
HSV(B)85.26º30.4%98.04%-
XYZ70.7486.3352.98-
YUV231.7795.4118.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 174 (68.36% from 255) = 27.10%
R=33.96%
G=38.94%
B=27.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501740.1300.300.0285.2688.3783.14
HexDAFAAED01E2555853
Octal332372256150362125130123
Binary110110101111101010101110110101111010101010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAAE; }

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

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

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

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

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

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

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

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