#DBCEB4

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

Shades of Spanish White #DBCEB4

Tints of Spanish White #DBCEB4

Color information

#DBCEB4 (or 0xDBCEB4) is unknown color: approx Spanish White. HEX triplet: DB, CE and B4. RGB value is (219,206,180). Sum of RGB (Red+Green+Blue) = 219+206+180=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEB4 is #24314B. Grayscale: #CFCFCF. Windows color (decimal): -2371916 or 11849435. OLE color: 11849435.

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

Color convert

RGB219206180-
CMYK00.060.180.14
HSL40º35.14%78.24%-
HSV(B)40º17.81%85.88%-
XYZ59.5262.552.11-
YUV206.92112.81136.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=36.20%
G=34.05%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920618000.060.180.144035.1478.24
HexDBCEB40612E28234e
Octal3333162640622165043116
Binary11011011110011101011010001101001011101010001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEB4; }

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

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

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

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

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

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

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

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