#DBFDA4

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

Shades of Reef #DBFDA4

Tints of Reef #DBFDA4

Color information

#DBFDA4 (or 0xDBFDA4) is unknown color: approx Reef. HEX triplet: DB, FD and A4. RGB value is (219,253,164). Sum of RGB (Red+Green+Blue) = 219+253+164=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDA4 is #24025B. Grayscale: #E9E9E9. Windows color (decimal): -2359900 or 10812891. OLE color: 10812891.

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

Color convert

RGB219253164-
CMYK0.1300.350.01
HSL82.92º95.7%81.76%-
HSV(B)82.92º35.18%99.22%-
XYZ71.0487.9948.36-
YUV232.6989.24118.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 164 (64.45% from 255) = 25.79%
R=34.43%
G=39.78%
B=25.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531640.1300.350.0182.9295.781.76
HexDBFDA4D0231536052
Octal333375244150431123140122
Binary110110111111110110100100110101000111101001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDA4; }

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

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

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

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

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

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

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

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