#DAFFAC

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

Shades of Reef #DAFFAC

Tints of Reef #DAFFAC

Color information

#DAFFAC (or 0xDAFFAC) is unknown color: approx Reef. HEX triplet: DA, FF and AC. RGB value is (218,255,172). Sum of RGB (Red+Green+Blue) = 218+255+172=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFAC is #250053. Grayscale: #EAEAEA. Windows color (decimal): -2424916 or 11337690. OLE color: 11337690.

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

Color convert

RGB218255172-
CMYK0.1500.330
HSL86.75º100%83.73%-
HSV(B)86.75º32.55%100%-
XYZ72.1289.452.49-
YUV234.4892.74116.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=33.80%
G=39.53%
B=26.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551720.1500.33086.7510083.73
HexDAFFACF0210576454
Octal332377254170410127144124
Binary110110101111111110101100111101000010101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFAC; }

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

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

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

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

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

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

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

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