#DBCDB8

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

Shades of Spanish White #DBCDB8

Tints of Spanish White #DBCDB8

Color information

#DBCDB8 (or 0xDBCDB8) is unknown color: approx Spanish White. HEX triplet: DB, CD and B8. RGB value is (219,205,184). Sum of RGB (Red+Green+Blue) = 219+205+184=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB8 is #243247. Grayscale: #CECECE. Windows color (decimal): -2372168 or 12111323. OLE color: 12111323.

HSL color Cylindrical-coordinate representation of color #DBCDB8: hue angle of 36º 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 #DBCDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219205184-
CMYK00.060.160.14
HSL36º32.71%79.02%-
HSV(B)36º15.98%85.88%-
XYZ59.762.1854.2-
YUV206.79115.14136.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=36.02%
G=33.72%
B=30.26%

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
Decimal21920518400.060.160.143632.7179.02
HexDBCDB80610E24214f
Octal3333152700620164441117
Binary11011011110011011011100001101000011101001001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDB8; }

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

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

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

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

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

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

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

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