#DBF3B6

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

Shades of Reef #DBF3B6

Tints of Reef #DBF3B6

Color information

#DBF3B6 (or 0xDBF3B6) is unknown color: approx Reef. HEX triplet: DB, F3 and B6. RGB value is (219,243,182). Sum of RGB (Red+Green+Blue) = 219+243+182=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3B6 is #240C49. Grayscale: #E5E5E5. Windows color (decimal): -2362442 or 11989979. OLE color: 11989979.

HSL color Cylindrical-coordinate representation of color #DBF3B6: hue angle of 83.61º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBF3B6 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB219243182-
CMYK0.1000.250.05
HSL83.61º71.76%83.33%-
HSV(B)83.61º25.1%95.29%-
XYZ69.7182.5456.51-
YUV228.87101.55120.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 182 (71.48% from 255) = 28.26%
R=34.01%
G=37.73%
B=28.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192431820.1000.250.0583.6171.7683.33
HexDBF3B6A0195544853
Octal333363266120315124110123
Binary1101101111110011101101101010011001101101010010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3B6; }

 p { color: rgb(219,243,182); }

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

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

 a { background-color: rgb(219,243,182); }

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

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

 span { border-color: rgb(219,243,182); }

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