#DDD3DA

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

Shades of Prim #DDD3DA

Tints of Prim #DDD3DA

Color information

#DDD3DA (or 0xDDD3DA) is unknown color: approx Prim. HEX triplet: DD, D3 and DA. RGB value is (221,211,218). Sum of RGB (Red+Green+Blue) = 221+211+218=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3DA is #222C25. Grayscale: #D6D6D6. Windows color (decimal): -2239526 or 14341085. OLE color: 14341085.

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

Color convert

RGB221211218-
CMYK00.050.010.13
HSL318º12.82%84.71%-
HSV(B)318º4.52%86.67%-
XYZ65.7767.0275.8-
YUV214.79129.81132.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=34%
G=32.46%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121121800.050.010.1331812.8284.71
HexDDD3DA051D13ed55
Octal3353233320511547615125
Binary11011101110100111101101001011110110011111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3DA; }

 p { color: rgb(221,211,218); }

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

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

 a { background-color: rgb(221,211,218); }

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

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

 span { border-color: rgb(221,211,218); }

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