#DBED94

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

Shades of Reef #DBED94

Tints of Reef #DBED94

Color information

#DBED94 (or 0xDBED94) is unknown color: approx Reef. HEX triplet: DB, ED and 94. RGB value is (219,237,148). Sum of RGB (Red+Green+Blue) = 219+237+148=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED94 is #24126B. Grayscale: #DDDDDD. Windows color (decimal): -2364012 or 9760219. OLE color: 9760219.

HSL color Cylindrical-coordinate representation of color #DBED94: hue angle of 72.13º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBED94 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB219237148-
CMYK0.0800.380.07
HSL72.13º71.2%75.49%-
HSV(B)72.13º37.55%92.94%-
XYZ64.8477.7739.61-
YUV221.4786.54126.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 148 (58.20% from 255) = 24.50%
R=36.26%
G=39.24%
B=24.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192371480.0800.380.0772.1371.275.49
HexDBED948026748474b
Octal333355224100467110107113
Binary11011011111011011001010010000100110111100100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBED94; }

 p { color: rgb(219,237,148); }

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

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

 a { background-color: rgb(219,237,148); }

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

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

 span { border-color: rgb(219,237,148); }

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