#DBFBB2

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

Shades of Reef #DBFBB2

Tints of Reef #DBFBB2

Color information

#DBFBB2 (or 0xDBFBB2) is unknown color: approx Reef. HEX triplet: DB, FB and B2. RGB value is (219,251,178). Sum of RGB (Red+Green+Blue) = 219+251+178=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBB2 is #24044D. Grayscale: #E9E9E9. Windows color (decimal): -2360398 or 11729883. OLE color: 11729883.

HSL color Cylindrical-coordinate representation of color #DBFBB2: hue angle of 86.3º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFBB2 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB219251178-
CMYK0.1300.290.02
HSL86.3º90.12%84.12%-
HSV(B)86.3º29.08%98.43%-
XYZ71.7587.2755.18-
YUV233.1196.9117.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 178 (69.92% from 255) = 27.47%
R=33.80%
G=38.73%
B=27.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192511780.1300.290.0286.390.1284.12
HexDBFBB2D01D2565a54
Octal333373262150352126132124
Binary110110111111101110110010110101110110101011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBB2; }

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

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

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

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

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

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

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

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