#DBEBA3

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

Shades of Reef #DBEBA3

Tints of Reef #DBEBA3

Color information

#DBEBA3 (or 0xDBEBA3) is unknown color: approx Reef. HEX triplet: DB, EB and A3. RGB value is (219,235,163). Sum of RGB (Red+Green+Blue) = 219+235+163=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBA3 is #24145C. Grayscale: #DEDEDE. Windows color (decimal): -2364509 or 10742747. OLE color: 10742747.

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

Color convert

RGB219235163-
CMYK0.0700.310.08
HSL73.33º64.29%78.04%-
HSV(B)73.33º30.64%92.16%-
XYZ65.5377.1246.08-
YUV222.0194.7125.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 163 (64.06% from 255) = 26.42%
R=35.49%
G=38.09%
B=26.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351630.0700.310.0873.3364.2978.04
HexDBEBA3701F849404e
Octal333353243703710111100116
Binary1101101111101011101000111110111111000100100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBA3; }

 p { color: rgb(219,235,163); }

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

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

 a { background-color: rgb(219,235,163); }

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

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

 span { border-color: rgb(219,235,163); }

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