#DBFCB3

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

Shades of Reef #DBFCB3

Tints of Reef #DBFCB3

Color information

#DBFCB3 (or 0xDBFCB3) is unknown color: approx Reef. HEX triplet: DB, FC and B3. RGB value is (219,252,179). Sum of RGB (Red+Green+Blue) = 219+252+179=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCB3 is #24034C. Grayscale: #EAEAEA. Windows color (decimal): -2360141 or 11795675. OLE color: 11795675.

HSL color Cylindrical-coordinate representation of color #DBFCB3: hue angle of 87.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFCB3 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB219252179-
CMYK0.1300.290.01
HSL87.12º92.41%84.51%-
HSV(B)87.12º28.97%98.82%-
XYZ72.1687.9455.82-
YUV233.8197.07117.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 179 (70.31% from 255) = 27.54%
R=33.69%
G=38.77%
B=27.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192521790.1300.290.0187.1292.4184.51
HexDBFCB3D01D1575c55
Octal333374263150351127134125
Binary11011011111111001011001111010111011101011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCB3; }

 p { color: rgb(219,252,179); }

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

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

 a { background-color: rgb(219,252,179); }

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

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

 span { border-color: rgb(219,252,179); }

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