#DAF8AC

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

Shades of Reef #DAF8AC

Tints of Reef #DAF8AC

Color information

#DAF8AC (or 0xDAF8AC) is unknown color: approx Reef. HEX triplet: DA, F8 and AC. RGB value is (218,248,172). Sum of RGB (Red+Green+Blue) = 218+248+172=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF8AC is #250753. Grayscale: #E6E6E6. Windows color (decimal): -2426708 or 11335898. OLE color: 11335898.

HSL color Cylindrical-coordinate representation of color #DAF8AC: hue angle of 83.68º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAF8AC is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB218248172-
CMYK0.1200.310.03
HSL83.68º84.44%82.35%-
HSV(B)83.68º30.65%97.25%-
XYZ69.9385.0251.75-
YUV230.3795.06119.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 172 (67.58% from 255) = 26.96%
R=34.17%
G=38.87%
B=26.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481720.1200.310.0383.6884.4482.35
HexDAF8ACC01F3545452
Octal332370254140373124124122
Binary110110101111100010101100110001111111101010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8AC; }

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

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

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

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

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

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

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

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