#DDD4DA

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

Shades of Prim #DDD4DA

Tints of Prim #DDD4DA

Color information

#DDD4DA (or 0xDDD4DA) is unknown color: approx Prim. HEX triplet: DD, D4 and DA. RGB value is (221,212,218). Sum of RGB (Red+Green+Blue) = 221+212+218=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DA is #222B25. Grayscale: #D7D7D7. Windows color (decimal): -2239270 or 14341341. OLE color: 14341341.

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

Color convert

RGB221212218-
CMYK00.040.010.13
HSL320º11.69%84.9%-
HSV(B)320º4.07%86.67%-
XYZ66.0267.5275.88-
YUV215.37129.48132.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=33.95%
G=32.57%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121221800.040.010.1332011.6984.9
HexDDD4DA041D140c55
Octal3353243320411550014125
Binary11011101110101001101101001001110110100000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4DA; }

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

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

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

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

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

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

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

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