#DBFFB2

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

Shades of Reef #DBFFB2

Tints of Reef #DBFFB2

Color information

#DBFFB2 (or 0xDBFFB2) is unknown color: approx Reef. HEX triplet: DB, FF and B2. RGB value is (219,255,178). Sum of RGB (Red+Green+Blue) = 219+255+178=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFB2 is #24004D. Grayscale: #EBEBEB. Windows color (decimal): -2359374 or 11730907. OLE color: 11730907.

HSL color Cylindrical-coordinate representation of color #DBFFB2: hue angle of 88.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFFB2 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB219255178-
CMYK0.1400.300
HSL88.05º100%84.9%-
HSV(B)88.05º30.2%100%-
XYZ73.0189.7955.6-
YUV235.4695.57116.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 178 (69.92% from 255) = 27.30%
R=33.59%
G=39.11%
B=27.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551780.1400.30088.0510084.9
HexDBFFB2E01E0586455
Octal333377262160360130144125
Binary11011011111111111011001011100111100101100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFB2; }

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

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

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

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

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

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

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

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