#DBECAD

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

Shades of Reef #DBECAD

Tints of Reef #DBECAD

Color information

#DBECAD (or 0xDBECAD) is unknown color: approx Reef. HEX triplet: DB, EC and AD. RGB value is (219,236,173). Sum of RGB (Red+Green+Blue) = 219+236+173=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECAD is #241352. Grayscale: #DFDFDF. Windows color (decimal): -2364243 or 11398363. OLE color: 11398363.

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

Color convert

RGB219236173-
CMYK0.0700.270.07
HSL76.19º62.38%80.2%-
HSV(B)76.19º26.69%92.55%-
XYZ66.7578.0751.09-
YUV223.7499.37124.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=34.87%
G=37.58%
B=27.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361730.0700.270.0776.1962.3880.2
HexDBECAD701B74c3e50
Octal3333542557033711476120
Binary11011011111011001010110111101101111110011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECAD; }

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

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

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

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

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

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

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

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