#DDD0BE

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

Shades of Blanc #DDD0BE

Tints of Blanc #DDD0BE

Color information

#DDD0BE (or 0xDDD0BE) is unknown color: approx Blanc. HEX triplet: DD, D0 and BE. RGB value is (221,208,190). Sum of RGB (Red+Green+Blue) = 221+208+190=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0BE is #222F41. Grayscale: #D1D1D1. Windows color (decimal): -2240322 or 12505309. OLE color: 12505309.

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

Color convert

RGB221208190-
CMYK00.060.140.13
HSL34.84º31.31%80.59%-
HSV(B)34.84º14.03%86.67%-
XYZ61.6764.257.86-
YUV209.83116.81135.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=35.70%
G=33.60%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120819000.060.140.1334.8431.3180.59
HexDDD0BE06ED231f51
Octal3353202760616154337121
Binary110111011101000010111110011011101101100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0BE; }

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

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

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

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

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

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

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

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