#DDD2B3

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

Shades of Spanish White #DDD2B3

Tints of Spanish White #DDD2B3

Color information

#DDD2B3 (or 0xDDD2B3) is unknown color: approx Spanish White. HEX triplet: DD, D2 and B3. RGB value is (221,210,179). Sum of RGB (Red+Green+Blue) = 221+210+179=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2B3 is #222D4C. Grayscale: #D1D1D1. Windows color (decimal): -2239821 or 11784925. OLE color: 11784925.

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

Color convert

RGB221210179-
CMYK00.050.190.13
HSL44.29º38.18%78.43%-
HSV(B)44.29º19%86.67%-
XYZ6164.7251.92-
YUV209.76110.64136.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 179 (70.31% from 255) = 29.34%
R=36.23%
G=34.43%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121017900.050.190.1344.2938.1878.43
HexDDD2B30513D2c264e
Octal3353222630523155446116
Binary11011101110100101011001101011001111011011001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2B3; }

 p { color: rgb(221,210,179); }

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

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

 a { background-color: rgb(221,210,179); }

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

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

 span { border-color: rgb(221,210,179); }

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