#DDD1BB

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

Shades of Spanish White #DDD1BB

Tints of Spanish White #DDD1BB

Color information

#DDD1BB (or 0xDDD1BB) is unknown color: approx Spanish White. HEX triplet: DD, D1 and BB. RGB value is (221,209,187). Sum of RGB (Red+Green+Blue) = 221+209+187=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1BB is #222E44. Grayscale: #D2D2D2. Windows color (decimal): -2240069 or 12308957. OLE color: 12308957.

HSL color Cylindrical-coordinate representation of color #DDD1BB: hue angle of 38.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDD1BB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221209187-
CMYK00.050.150.13
HSL38.82º33.33%80%-
HSV(B)38.82º15.38%86.67%-
XYZ61.5964.5656.23-
YUV210.08114.98135.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=35.82%
G=33.87%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120918700.050.150.1338.8233.3380
HexDDD1BB05FD272150
Octal3353212730517154741120
Binary1101110111010001101110110101111111011001111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1BB; }

 p { color: rgb(221,209,187); }

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

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

 a { background-color: rgb(221,209,187); }

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

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

 span { border-color: rgb(221,209,187); }

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