#DBFDA6

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

Shades of Reef #DBFDA6

Tints of Reef #DBFDA6

Color information

#DBFDA6 (or 0xDBFDA6) is unknown color: approx Reef. HEX triplet: DB, FD and A6. RGB value is (219,253,166). Sum of RGB (Red+Green+Blue) = 219+253+166=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDA6 is #240259. Grayscale: #E9E9E9. Windows color (decimal): -2359898 or 10943963. OLE color: 10943963.

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

Color convert

RGB219253166-
CMYK0.1300.340.01
HSL83.45º95.6%82.16%-
HSV(B)83.45º34.39%99.22%-
XYZ71.2288.0649.32-
YUV232.9290.24118.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 253 (99.22% from 255) = 39.66%
BLUE value IS 166 (65.23% from 255) = 26.02%
R=34.33%
G=39.66%
B=26.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531660.1300.340.0183.4595.682.16
HexDBFDA6D0221536052
Octal333375246150421123140122
Binary110110111111110110100110110101000101101001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDA6; }

 p { color: rgb(219,253,166); }

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

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

 a { background-color: rgb(219,253,166); }

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

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

 span { border-color: rgb(219,253,166); }

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