#DBCEB8

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

Shades of Spanish White #DBCEB8

Tints of Spanish White #DBCEB8

Color information

#DBCEB8 (or 0xDBCEB8) is unknown color: approx Spanish White. HEX triplet: DB, CE and B8. RGB value is (219,206,184). Sum of RGB (Red+Green+Blue) = 219+206+184=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB8 is #243147. Grayscale: #CFCFCF. Windows color (decimal): -2371912 or 12111579. OLE color: 12111579.

HSL color Cylindrical-coordinate representation of color #DBCEB8: hue angle of 37.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBCEB8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219206184-
CMYK00.060.160.14
HSL37.71º32.71%79.02%-
HSV(B)37.71º15.98%85.88%-
XYZ59.9462.6654.28-
YUV207.38114.81136.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 184 (72.27% from 255) = 30.21%
R=35.96%
G=33.83%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920618400.060.160.1437.7132.7179.02
HexDBCEB80610E26214f
Octal3333162700620164641117
Binary11011011110011101011100001101000011101001101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEB8; }

 p { color: rgb(219,206,184); }

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

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

 a { background-color: rgb(219,206,184); }

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

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

 span { border-color: rgb(219,206,184); }

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