#DDD2BF

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

Shades of Blanc #DDD2BF

Tints of Blanc #DDD2BF

Color information

#DDD2BF (or 0xDDD2BF) is unknown color: approx Blanc. HEX triplet: DD, D2 and BF. RGB value is (221,210,191). Sum of RGB (Red+Green+Blue) = 221+210+191=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2BF is #222D40. Grayscale: #D3D3D3. Windows color (decimal): -2239809 or 12571357. OLE color: 12571357.

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

Color convert

RGB221210191-
CMYK00.050.140.13
HSL38º30.61%80.78%-
HSV(B)38º13.57%86.67%-
XYZ62.2765.2358.6-
YUV211.12116.64135.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 191 (75% from 255) = 30.71%
R=35.53%
G=33.76%
B=30.71%

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
Decimal22121019100.050.140.133830.6180.78
HexDDD2BF05ED261f51
Octal3353222770516154637121
Binary110111011101001010111111010111101101100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2BF; }

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

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

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

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

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

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

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

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