#DBCBB2

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

Shades of Spanish White #DBCBB2

Tints of Spanish White #DBCBB2

Color information

#DBCBB2 (or 0xDBCBB2) is unknown color: approx Spanish White. HEX triplet: DB, CB and B2. RGB value is (219,203,178). Sum of RGB (Red+Green+Blue) = 219+203+178=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBB2 is #24344D. Grayscale: #CDCDCD. Windows color (decimal): -2372686 or 11717595. OLE color: 11717595.

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

Color convert

RGB219203178-
CMYK00.070.190.14
HSL36.59º36.28%77.84%-
HSV(B)36.59º18.72%85.88%-
XYZ58.6160.9950.8-
YUV204.93112.8138.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 178 (69.92% from 255) = 29.67%
R=36.5%
G=33.83%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920317800.070.190.1436.5936.2877.84
HexDBCBB20713E25244e
Octal3333132620723164544116
Binary11011011110010111011001001111001111101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBB2; }

 p { color: rgb(219,203,178); }

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

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

 a { background-color: rgb(219,203,178); }

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

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

 span { border-color: rgb(219,203,178); }

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