#DDD0D7

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

Shades of Prim #DDD0D7

Tints of Prim #DDD0D7

Color information

#DDD0D7 (or 0xDDD0D7) is unknown color: approx Prim. HEX triplet: DD, D0 and D7. RGB value is (221,208,215). Sum of RGB (Red+Green+Blue) = 221+208+215=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D7 is #222F28. Grayscale: #D4D4D4. Windows color (decimal): -2240297 or 14143709. OLE color: 14143709.

HSL color Cylindrical-coordinate representation of color #DDD0D7: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221208215-
CMYK00.060.030.13
HSL327.69º16.05%84.12%-
HSV(B)327.69º5.88%86.67%-
XYZ64.6465.3973.5-
YUV212.68129.31133.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.32%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=34.32%
G=32.30%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120821500.060.030.13327.6916.0584.12
HexDDD0D7063D1481054
Octal3353203270631551020124
Binary1101110111010000110101110110111101101001000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0D7; }

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

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

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

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

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

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

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

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