#DAFBB3

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

Shades of Reef #DAFBB3

Tints of Reef #DAFBB3

Color information

#DAFBB3 (or 0xDAFBB3) is unknown color: approx Reef. HEX triplet: DA, FB and B3. RGB value is (218,251,179). Sum of RGB (Red+Green+Blue) = 218+251+179=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBB3 is #25044C. Grayscale: #E9E9E9. Windows color (decimal): -2425933 or 11795418. OLE color: 11795418.

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

Color convert

RGB218251179-
CMYK0.1300.290.02
HSL87.5º90%84.31%-
HSV(B)87.5º28.69%98.43%-
XYZ71.5587.1555.7-
YUV232.9297.57117.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 179 (70.31% from 255) = 27.62%
R=33.64%
G=38.73%
B=27.62%

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
Decimal2182511790.1300.290.0287.59084.31
HexDAFBB3D01D2585a54
Octal332373263150352130132124
Binary110110101111101110110011110101110110101100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBB3; }

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

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

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

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

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

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

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

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