#DBF3B2

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

Shades of Reef #DBF3B2

Tints of Reef #DBF3B2

Color information

#DBF3B2 (or 0xDBF3B2) is unknown color: approx Reef. HEX triplet: DB, F3 and B2. RGB value is (219,243,178). Sum of RGB (Red+Green+Blue) = 219+243+178=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF3B2 is #240C4D. Grayscale: #E4E4E4. Windows color (decimal): -2362446 or 11727835. OLE color: 11727835.

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

Color convert

RGB219243178-
CMYK0.1000.270.05
HSL82.15º73.03%82.55%-
HSV(B)82.15º26.75%95.29%-
XYZ69.382.3854.37-
YUV228.4199.55121.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 243 (95.31% from 255) = 37.97%
BLUE value IS 178 (69.92% from 255) = 27.81%
R=34.22%
G=37.97%
B=27.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192431780.1000.270.0582.1573.0382.55
HexDBF3B2A01B5524953
Octal333363262120335122111123
Binary1101101111110011101100101010011011101101001010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3B2; }

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

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

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

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

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

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

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

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