#DDD5DA

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

Shades of Prim #DDD5DA

Tints of Prim #DDD5DA

Color information

#DDD5DA (or 0xDDD5DA) is unknown color: approx Prim. HEX triplet: DD, D5 and DA. RGB value is (221,213,218). Sum of RGB (Red+Green+Blue) = 221+213+218=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5DA is #222A25. Grayscale: #D7D7D7. Windows color (decimal): -2239014 or 14341597. OLE color: 14341597.

HSL color Cylindrical-coordinate representation of color #DDD5DA: hue angle of 322.5º degrees, saturation: 0.11, 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 #DDD5DA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221213218-
CMYK00.040.010.13
HSL322.5º10.53%85.1%-
HSV(B)322.5º3.62%86.67%-
XYZ66.2768.0275.97-
YUV215.96129.15131.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=33.90%
G=32.67%
B=33.44%

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
Decimal22121321800.040.010.13322.510.5385.1
HexDDD5DA041D143b55
Octal3353253320411550313125
Binary11011101110101011101101001001110110100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5DA; }

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

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

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

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

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

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

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

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