#DBFBB1

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

Shades of Reef #DBFBB1

Tints of Reef #DBFBB1

Color information

#DBFBB1 (or 0xDBFBB1) is unknown color: approx Reef. HEX triplet: DB, FB and B1. RGB value is (219,251,177). Sum of RGB (Red+Green+Blue) = 219+251+177=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 177 (69.53% from 255 or 27.36% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBB1 is #24044E. Grayscale: #E9E9E9. Windows color (decimal): -2360399 or 11664347. OLE color: 11664347.

HSL color Cylindrical-coordinate representation of color #DBFBB1: hue angle of 85.95º 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 #DBFBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB219251177-
CMYK0.1300.290.02
HSL85.95º90.24%83.92%-
HSV(B)85.95º29.48%98.43%-
XYZ71.6587.2354.66-
YUV23396.4118.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 177 (69.53% from 255) = 27.36%
R=33.85%
G=38.79%
B=27.36%

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
Decimal2192511770.1300.290.0285.9590.2483.92
HexDBFBB1D01D2565a54
Octal333373261150352126132124
Binary110110111111101110110001110101110110101011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBB1; }

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

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

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

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

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

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

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

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