#DBF2B4

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

Shades of Reef #DBF2B4

Tints of Reef #DBF2B4

Color information

#DBF2B4 (or 0xDBF2B4) is unknown color: approx Reef. HEX triplet: DB, F2 and B4. RGB value is (219,242,180). Sum of RGB (Red+Green+Blue) = 219+242+180=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2B4 is #240D4B. Grayscale: #E4E4E4. Windows color (decimal): -2362700 or 11858651. OLE color: 11858651.

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

Color convert

RGB219242180-
CMYK0.1000.260.05
HSL82.26º70.45%82.75%-
HSV(B)82.26º25.62%94.9%-
XYZ69.281.8655.33-
YUV228.06100.88121.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=34.17%
G=37.75%
B=28.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421800.1000.260.0582.2670.4582.75
HexDBF2B4A01A5524653
Octal333362264120325122106123
Binary1101101111110010101101001010011010101101001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2B4; }

 p { color: rgb(219,242,180); }

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

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

 a { background-color: rgb(219,242,180); }

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

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

 span { border-color: rgb(219,242,180); }

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