#DDD1B5

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

Shades of Spanish White #DDD1B5

Tints of Spanish White #DDD1B5

Color information

#DDD1B5 (or 0xDDD1B5) is unknown color: approx Spanish White. HEX triplet: DD, D1 and B5. RGB value is (221,209,181). Sum of RGB (Red+Green+Blue) = 221+209+181=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1B5 is #222E4A. Grayscale: #D1D1D1. Windows color (decimal): -2240075 or 11915741. OLE color: 11915741.

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

Color convert

RGB221209181-
CMYK00.050.180.13
HSL42º37.04%78.82%-
HSV(B)42º18.1%86.67%-
XYZ60.9664.3152.92-
YUV209.4111.98136.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 209 (82.03% from 255) = 34.21%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=36.17%
G=34.21%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120918100.050.180.134237.0478.82
HexDDD1B50512D2a254f
Octal3353212650522155245117
Binary11011101110100011011010101011001011011010101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1B5; }

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

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

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

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

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

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

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

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