#DBFAAB

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

Shades of Reef #DBFAAB

Tints of Reef #DBFAAB

Color information

#DBFAAB (or 0xDBFAAB) is unknown color: approx Reef. HEX triplet: DB, FA and AB. RGB value is (219,250,171). Sum of RGB (Red+Green+Blue) = 219+250+171=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAAB is #240554. Grayscale: #E8E8E8. Windows color (decimal): -2360661 or 11270875. OLE color: 11270875.

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

Color convert

RGB219250171-
CMYK0.1200.320.02
HSL83.54º88.76%82.55%-
HSV(B)83.54º31.6%98.04%-
XYZ70.7586.3751.47-
YUV231.7293.73118.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 171 (67.19% from 255) = 26.72%
R=34.22%
G=39.06%
B=26.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192501710.1200.320.0283.5488.7682.55
HexDBFAABC0202545953
Octal333372253140402124131123
Binary1101101111111010101010111100010000010101010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAAB; }

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

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

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

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

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

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

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

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