#DAFBB2

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

Shades of Reef #DAFBB2

Tints of Reef #DAFBB2

Color information

#DAFBB2 (or 0xDAFBB2) is unknown color: approx Reef. HEX triplet: DA, FB and B2. RGB value is (218,251,178). Sum of RGB (Red+Green+Blue) = 218+251+178=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFBB2 is #25044D. Grayscale: #E9E9E9. Windows color (decimal): -2425934 or 11729882. OLE color: 11729882.

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

Color convert

RGB218251178-
CMYK0.1300.290.02
HSL87.12º90.12%84.12%-
HSV(B)87.12º29.08%98.43%-
XYZ71.4587.1155.17-
YUV232.8197.07117.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 178 (69.92% from 255) = 27.51%
R=33.69%
G=38.79%
B=27.51%

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
Decimal2182511780.1300.290.0287.1290.1284.12
HexDAFBB2D01D2575a54
Octal332373262150352127132124
Binary110110101111101110110010110101110110101011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBB2; }

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

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

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

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

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

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

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

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