#DAFEAC

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

Shades of Reef #DAFEAC

Tints of Reef #DAFEAC

Color information

#DAFEAC (or 0xDAFEAC) is unknown color: approx Reef. HEX triplet: DA, FE and AC. RGB value is (218,254,172). Sum of RGB (Red+Green+Blue) = 218+254+172=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEAC is #250153. Grayscale: #EAEAEA. Windows color (decimal): -2425172 or 11337434. OLE color: 11337434.

HSL color Cylindrical-coordinate representation of color #DAFEAC: hue angle of 86.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFEAC is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB218254172-
CMYK0.1400.320.00
HSL86.34º97.62%83.53%-
HSV(B)86.34º32.28%99.61%-
XYZ71.888.7752.38-
YUV233.8993.07116.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 172 (67.58% from 255) = 26.71%
R=33.85%
G=39.44%
B=26.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541720.1400.320.0086.3497.6283.53
HexDAFEACE0200566254
Octal332376254160400126142124
Binary110110101111111010101100111001000000101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEAC; }

 p { color: rgb(218,254,172); }

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

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

 a { background-color: rgb(218,254,172); }

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

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

 span { border-color: rgb(218,254,172); }

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