#DBFDAE

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

Shades of Reef #DBFDAE

Tints of Reef #DBFDAE

Color information

#DBFDAE (or 0xDBFDAE) is unknown color: approx Reef. HEX triplet: DB, FD and AE. RGB value is (219,253,174). Sum of RGB (Red+Green+Blue) = 219+253+174=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDAE is #240251. Grayscale: #EAEAEA. Windows color (decimal): -2359890 or 11468251. OLE color: 11468251.

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

Color convert

RGB219253174-
CMYK0.1300.310.01
HSL85.82º95.18%83.73%-
HSV(B)85.82º31.23%99.22%-
XYZ71.9888.3753.31-
YUV233.8394.24117.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 174 (68.36% from 255) = 26.93%
R=33.90%
G=39.16%
B=26.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192531740.1300.310.0185.8295.1883.73
HexDBFDAED01F1565f54
Octal333375256150371126137124
Binary11011011111111011010111011010111111101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDAE; }

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

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

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

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

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

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

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

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