#DAF1AC

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

Shades of Reef #DAF1AC

Tints of Reef #DAF1AC

Color information

#DAF1AC (or 0xDAF1AC) is unknown color: approx Reef. HEX triplet: DA, F1 and AC. RGB value is (218,241,172). Sum of RGB (Red+Green+Blue) = 218+241+172=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1AC is #250E53. Grayscale: #E2E2E2. Windows color (decimal): -2428500 or 11334106. OLE color: 11334106.

HSL color Cylindrical-coordinate representation of color #DAF1AC: hue angle of 80º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAF1AC is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB218241172-
CMYK0.1000.290.05
HSL80º71.13%80.98%-
HSV(B)80º28.63%94.51%-
XYZ67.8280.7951.05-
YUV226.2697.38122.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=34.55%
G=38.19%
B=27.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411720.1000.290.058071.1380.98
HexDAF1ACA01D5504751
Octal332361254120355120107121
Binary1101101011110001101011001010011101101101000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1AC; }

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

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

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

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

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

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

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

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