#DBFAAE

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

Shades of Reef #DBFAAE

Tints of Reef #DBFAAE

Color information

#DBFAAE (or 0xDBFAAE) is unknown color: approx Reef. HEX triplet: DB, FA and AE. RGB value is (219,250,174). Sum of RGB (Red+Green+Blue) = 219+250+174=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAAE is #240551. Grayscale: #E8E8E8. Windows color (decimal): -2360658 or 11467483. OLE color: 11467483.

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

Color convert

RGB219250174-
CMYK0.1200.300.02
HSL84.47º88.37%83.14%-
HSV(B)84.47º30.4%98.04%-
XYZ71.0486.4952.99-
YUV232.0795.23118.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=34.06%
G=38.88%
B=27.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192501740.1200.300.0284.4788.3783.14
HexDBFAAEC01E2545853
Octal333372256140362124130123
Binary110110111111101010101110110001111010101010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAAE; }

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

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

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

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

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

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

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

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