#DAFEB1

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

Shades of Reef #DAFEB1

Tints of Reef #DAFEB1

Color information

#DAFEB1 (or 0xDAFEB1) is unknown color: approx Reef. HEX triplet: DA, FE and B1. RGB value is (218,254,177). Sum of RGB (Red+Green+Blue) = 218+254+177=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEB1 is #25014E. Grayscale: #EAEAEA. Windows color (decimal): -2425167 or 11665114. OLE color: 11665114.

HSL color Cylindrical-coordinate representation of color #DAFEB1: hue angle of 88.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAFEB1 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB218254177-
CMYK0.1400.300.00
HSL88.05º97.47%84.51%-
HSV(B)88.05º30.31%99.61%-
XYZ72.2988.9654.96-
YUV234.4695.57116.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 177 (69.53% from 255) = 27.27%
R=33.59%
G=39.14%
B=27.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541770.1400.300.0088.0597.4784.51
HexDAFEB1E01E0586155
Octal332376261160360130141125
Binary11011010111111101011000111100111100101100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEB1; }

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

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

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

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

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

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

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

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