#DBCDB7

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

Shades of Spanish White #DBCDB7

Tints of Spanish White #DBCDB7

Color information

#DBCDB7 (or 0xDBCDB7) is unknown color: approx Spanish White. HEX triplet: DB, CD and B7. RGB value is (219,205,183). Sum of RGB (Red+Green+Blue) = 219+205+183=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDB7 is #243248. Grayscale: #CECECE. Windows color (decimal): -2372169 or 12045787. OLE color: 12045787.

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

Color convert

RGB219205183-
CMYK00.060.160.14
HSL36.67º33.33%78.82%-
HSV(B)36.67º16.44%85.88%-
XYZ59.5962.1453.65-
YUV206.68114.64136.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=36.08%
G=33.77%
B=30.15%

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
Decimal21920518300.060.160.1436.6733.3378.82
HexDBCDB70610E25214f
Octal3333152670620164541117
Binary11011011110011011011011101101000011101001011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDB7; }

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

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

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

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

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

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

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

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