#DBEDAE

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

Shades of Reef #DBEDAE

Tints of Reef #DBEDAE

Color information

#DBEDAE (or 0xDBEDAE) is unknown color: approx Reef. HEX triplet: DB, ED and AE. RGB value is (219,237,174). Sum of RGB (Red+Green+Blue) = 219+237+174=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEDAE is #241251. Grayscale: #E0E0E0. Windows color (decimal): -2363986 or 11464155. OLE color: 11464155.

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

Color convert

RGB219237174-
CMYK0.0800.270.07
HSL77.14º63.64%80.59%-
HSV(B)77.14º26.58%92.94%-
XYZ67.1478.6851.69-
YUV224.4499.54124.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=34.76%
G=37.62%
B=27.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192371740.0800.270.0777.1463.6480.59
HexDBEDAE801B74d4051
Octal333355256100337115100121
Binary1101101111101101101011101000011011111100110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDAE; }

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

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

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

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

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

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

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

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