#DBF5B3

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

Shades of Reef #DBF5B3

Tints of Reef #DBF5B3

Color information

#DBF5B3 (or 0xDBF5B3) is unknown color: approx Reef. HEX triplet: DB, F5 and B3. RGB value is (219,245,179). Sum of RGB (Red+Green+Blue) = 219+245+179=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5B3 is #240A4C. Grayscale: #E5E5E5. Windows color (decimal): -2361933 or 11793883. OLE color: 11793883.

HSL color Cylindrical-coordinate representation of color #DBF5B3: hue angle of 83.64º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBF5B3 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB219245179-
CMYK0.1100.270.04
HSL83.64º76.74%83.14%-
HSV(B)83.64º26.94%96.08%-
XYZ7083.6255.1-
YUV229.799.39120.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 245 (96.09% from 255) = 38.10%
BLUE value IS 179 (70.31% from 255) = 27.84%
R=34.06%
G=38.10%
B=27.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451790.1100.270.0483.6476.7483.14
HexDBF5B3B01B4544d53
Octal333365263130334124115123
Binary1101101111110101101100111011011011100101010010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5B3; }

 p { color: rgb(219,245,179); }

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

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

 a { background-color: rgb(219,245,179); }

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

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

 span { border-color: rgb(219,245,179); }

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