#DBFDB0

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

Shades of Reef #DBFDB0

Tints of Reef #DBFDB0

Color information

#DBFDB0 (or 0xDBFDB0) is unknown color: approx Reef. HEX triplet: DB, FD and B0. RGB value is (219,253,176). Sum of RGB (Red+Green+Blue) = 219+253+176=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDB0 is #24024F. Grayscale: #EAEAEA. Windows color (decimal): -2359888 or 11599323. OLE color: 11599323.

HSL color Cylindrical-coordinate representation of color #DBFDB0: hue angle of 86.49º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFDB0 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB219253176-
CMYK0.1300.300.01
HSL86.49º95.06%84.12%-
HSV(B)86.49º30.43%99.22%-
XYZ72.1888.4554.34-
YUV234.0695.24117.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 176 (69.14% from 255) = 27.16%
R=33.80%
G=39.04%
B=27.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531760.1300.300.0186.4995.0684.12
HexDBFDB0D01E1565f54
Octal333375260150361126137124
Binary11011011111111011011000011010111101101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDB0; }

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

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

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

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

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

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

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

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