#DBCEB6

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

Shades of Spanish White #DBCEB6

Tints of Spanish White #DBCEB6

Color information

#DBCEB6 (or 0xDBCEB6) is unknown color: approx Spanish White. HEX triplet: DB, CE and B6. RGB value is (219,206,182). Sum of RGB (Red+Green+Blue) = 219+206+182=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB6 is #243149. Grayscale: #CFCFCF. Windows color (decimal): -2371914 or 11980507. OLE color: 11980507.

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

Color convert

RGB219206182-
CMYK00.060.170.14
HSL38.92º33.94%78.63%-
HSV(B)38.92º16.89%85.88%-
XYZ59.7362.5853.19-
YUV207.15113.81136.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=36.08%
G=33.94%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920618200.060.170.1438.9233.9478.63
HexDBCEB60611E27224f
Octal3333162660621164742117
Binary11011011110011101011011001101000111101001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEB6; }

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

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

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

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

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

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

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

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