#DBFFB0

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

Shades of Reef #DBFFB0

Tints of Reef #DBFFB0

Color information

#DBFFB0 (or 0xDBFFB0) is unknown color: approx Reef. HEX triplet: DB, FF and B0. RGB value is (219,255,176). Sum of RGB (Red+Green+Blue) = 219+255+176=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFB0 is #24004F. Grayscale: #EBEBEB. Windows color (decimal): -2359376 or 11599835. OLE color: 11599835.

HSL color Cylindrical-coordinate representation of color #DBFFB0: hue angle of 87.34º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFFB0 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB219255176-
CMYK0.1400.310
HSL87.34º100%84.51%-
HSV(B)87.34º30.98%100%-
XYZ72.8189.7154.55-
YUV235.2394.57116.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 176 (69.14% from 255) = 27.08%
R=33.69%
G=39.23%
B=27.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551760.1400.31087.3410084.51
HexDBFFB0E01F0576455
Octal333377260160370127144125
Binary11011011111111111011000011100111110101011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFB0; }

 p { color: rgb(219,255,176); }

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

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

 a { background-color: rgb(219,255,176); }

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

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

 span { border-color: rgb(219,255,176); }

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