#DAFAB2

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

Shades of Reef #DAFAB2

Tints of Reef #DAFAB2

Color information

#DAFAB2 (or 0xDAFAB2) is unknown color: approx Reef. HEX triplet: DA, FA and B2. RGB value is (218,250,178). Sum of RGB (Red+Green+Blue) = 218+250+178=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAB2 is #25054D. Grayscale: #E8E8E8. Windows color (decimal): -2426190 or 11729626. OLE color: 11729626.

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

Color convert

RGB218250178-
CMYK0.1300.290.02
HSL86.67º87.8%83.92%-
HSV(B)86.67º28.8%98.04%-
XYZ71.1386.4955.06-
YUV232.2297.4117.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 250 (98.05% from 255) = 38.70%
BLUE value IS 178 (69.92% from 255) = 27.55%
R=33.75%
G=38.70%
B=27.55%

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
Decimal2182501780.1300.290.0286.6787.883.92
HexDAFAB2D01D2575854
Octal332372262150352127130124
Binary110110101111101010110010110101110110101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAB2; }

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

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

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

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

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

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

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

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