#DBECB4

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

Shades of Reef #DBECB4

Tints of Reef #DBECB4

Color information

#DBECB4 (or 0xDBECB4) is unknown color: approx Reef. HEX triplet: DB, EC and B4. RGB value is (219,236,180). Sum of RGB (Red+Green+Blue) = 219+236+180=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECB4 is #24134B. Grayscale: #E0E0E0. Windows color (decimal): -2364236 or 11857115. OLE color: 11857115.

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

Color convert

RGB219236180-
CMYK0.0700.240.07
HSL78.21º59.57%81.57%-
HSV(B)78.21º23.73%92.55%-
XYZ67.4578.3554.75-
YUV224.53102.87124.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 180 (70.70% from 255) = 28.35%
R=34.49%
G=37.17%
B=28.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361800.0700.240.0778.2159.5781.57
HexDBECB4701874e3c52
Octal3333542647030711674122
Binary11011011111011001011010011101100011110011101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECB4; }

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

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

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

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

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

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

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

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