#DBED97

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

Shades of Reef #DBED97

Tints of Reef #DBED97

Color information

#DBED97 (or 0xDBED97) is unknown color: approx Reef. HEX triplet: DB, ED and 97. RGB value is (219,237,151). Sum of RGB (Red+Green+Blue) = 219+237+151=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED97 is #241268. Grayscale: #DEDEDE. Windows color (decimal): -2364009 or 9956827. OLE color: 9956827.

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

Color convert

RGB219237151-
CMYK0.0800.360.07
HSL72.56º70.49%76.08%-
HSV(B)72.56º36.29%92.94%-
XYZ65.0877.8640.88-
YUV221.8188.04125.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=36.08%
G=39.04%
B=24.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192371510.0800.360.0772.5670.4976.08
HexDBED978024749464c
Octal333355227100447111106114
Binary11011011111011011001011110000100100111100100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBED97; }

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

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

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

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

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

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

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

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