#DBFAAD

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

Shades of Reef #DBFAAD

Tints of Reef #DBFAAD

Color information

#DBFAAD (or 0xDBFAAD) is unknown color: approx Reef. HEX triplet: DB, FA and AD. RGB value is (219,250,173). Sum of RGB (Red+Green+Blue) = 219+250+173=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAAD is #240552. Grayscale: #E8E8E8. Windows color (decimal): -2360659 or 11401947. OLE color: 11401947.

HSL color Cylindrical-coordinate representation of color #DBFAAD: hue angle of 84.16º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFAAD is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB219250173-
CMYK0.1200.310.02
HSL84.16º88.51%82.94%-
HSV(B)84.16º30.8%98.04%-
XYZ70.9486.4552.48-
YUV231.9594.73118.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=34.11%
G=38.94%
B=26.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192501730.1200.310.0284.1688.5182.94
HexDBFAADC01F2545953
Octal333372255140372124131123
Binary110110111111101010101101110001111110101010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAAD; }

 p { color: rgb(219,250,173); }

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

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

 a { background-color: rgb(219,250,173); }

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

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

 span { border-color: rgb(219,250,173); }

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