#DAF1AB

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

Shades of Reef #DAF1AB

Tints of Reef #DAF1AB

Color information

#DAF1AB (or 0xDAF1AB) is unknown color: approx Reef. HEX triplet: DA, F1 and AB. RGB value is (218,241,171). Sum of RGB (Red+Green+Blue) = 218+241+171=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1AB is #250E54. Grayscale: #E2E2E2. Windows color (decimal): -2428501 or 11268570. OLE color: 11268570.

HSL color Cylindrical-coordinate representation of color #DAF1AB: hue angle of 79.71º 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 #DAF1AB is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB218241171-
CMYK0.1000.290.05
HSL79.71º71.43%80.78%-
HSV(B)79.71º29.05%94.51%-
XYZ67.7280.7650.55-
YUV226.1496.88122.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=34.60%
G=38.25%
B=27.14%

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
Decimal2182411710.1000.290.0579.7171.4380.78
HexDAF1ABA01D5504751
Octal332361253120355120107121
Binary1101101011110001101010111010011101101101000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1AB; }

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

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

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

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

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

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

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

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