#DAFAB1

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

Shades of Reef #DAFAB1

Tints of Reef #DAFAB1

Color information

#DAFAB1 (or 0xDAFAB1) is unknown color: approx Reef. HEX triplet: DA, FA and B1. RGB value is (218,250,177). Sum of RGB (Red+Green+Blue) = 218+250+177=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAB1 is #25054E. Grayscale: #E8E8E8. Windows color (decimal): -2426191 or 11664090. OLE color: 11664090.

HSL color Cylindrical-coordinate representation of color #DAFAB1: hue angle of 86.3º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAFAB1 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB218250177-
CMYK0.1300.290.02
HSL86.3º87.95%83.73%-
HSV(B)86.3º29.2%98.04%-
XYZ71.0386.4554.54-
YUV232.1196.9117.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 177 (69.53% from 255) = 27.44%
R=33.80%
G=38.76%
B=27.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501770.1300.290.0286.387.9583.73
HexDAFAB1D01D2565854
Octal332372261150352126130124
Binary110110101111101010110001110101110110101011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAB1; }

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

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

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

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

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

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

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

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