#DBF9B4

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

Shades of Reef #DBF9B4

Tints of Reef #DBF9B4

Color information

#DBF9B4 (or 0xDBF9B4) is unknown color: approx Reef. HEX triplet: DB, F9 and B4. RGB value is (219,249,180). Sum of RGB (Red+Green+Blue) = 219+249+180=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9B4 is #24064B. Grayscale: #E8E8E8. Windows color (decimal): -2360908 or 11860443. OLE color: 11860443.

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

Color convert

RGB219249180-
CMYK0.1200.280.02
HSL86.09º85.19%84.12%-
HSV(B)86.09º27.71%97.65%-
XYZ71.3386.1156.04-
YUV232.1698.56118.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 249 (97.66% from 255) = 38.43%
BLUE value IS 180 (70.70% from 255) = 27.78%
R=33.80%
G=38.43%
B=27.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491800.1200.280.0286.0985.1984.12
HexDBF9B4C01C2565554
Octal333371264140342126125124
Binary110110111111100110110100110001110010101011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9B4; }

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

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

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

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

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

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

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

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