#DBECAE

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

Shades of Reef #DBECAE

Tints of Reef #DBECAE

Color information

#DBECAE (or 0xDBECAE) is unknown color: approx Reef. HEX triplet: DB, EC and AE. RGB value is (219,236,174). Sum of RGB (Red+Green+Blue) = 219+236+174=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECAE is #241351. Grayscale: #E0E0E0. Windows color (decimal): -2364242 or 11463899. OLE color: 11463899.

HSL color Cylindrical-coordinate representation of color #DBECAE: hue angle of 76.45º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBECAE is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB219236174-
CMYK0.0700.260.07
HSL76.45º62%80.39%-
HSV(B)76.45º26.27%92.55%-
XYZ66.8578.1151.6-
YUV223.8599.87124.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=34.82%
G=37.52%
B=27.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361740.0700.260.0776.456280.39
HexDBECAE701A74c3e50
Octal3333542567032711476120
Binary11011011111011001010111011101101011110011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECAE; }

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

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

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

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

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

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

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

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