#DDD2BE

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

Shades of Blanc #DDD2BE

Tints of Blanc #DDD2BE

Color information

#DDD2BE (or 0xDDD2BE) is unknown color: approx Blanc. HEX triplet: DD, D2 and BE. RGB value is (221,210,190). Sum of RGB (Red+Green+Blue) = 221+210+190=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2BE is #222D41. Grayscale: #D3D3D3. Windows color (decimal): -2239810 or 12505821. OLE color: 12505821.

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

Color convert

RGB221210190-
CMYK00.050.140.13
HSL38.71º31.31%80.59%-
HSV(B)38.71º14.03%86.67%-
XYZ62.1665.1858.02-
YUV211.01116.14135.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=35.59%
G=33.82%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121019000.050.140.1338.7131.3180.59
HexDDD2BE05ED271f51
Octal3353222760516154737121
Binary110111011101001010111110010111101101100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2BE; }

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

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

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

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

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

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

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

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