#DDCDD5

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

Shades of Prim #DDCDD5

Tints of Prim #DDCDD5

Color information

#DDCDD5 (or 0xDDCDD5) is unknown color: approx Prim. HEX triplet: DD, CD and D5. RGB value is (221,205,213). Sum of RGB (Red+Green+Blue) = 221+205+213=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD5 is #22322A. Grayscale: #D2D2D2. Windows color (decimal): -2241067 or 14011869. OLE color: 14011869.

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

Color convert

RGB221205213-
CMYK00.070.040.13
HSL330º19.05%83.53%-
HSV(B)330º7.24%86.67%-
XYZ63.6663.8471.92-
YUV210.7129.3135.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=34.59%
G=32.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120521300.070.040.1333019.0583.53
HexDDCDD5074D14a1354
Octal3353153250741551223124
Binary11011101110011011101010101111001101101001010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDD5; }

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

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

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

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

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

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

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

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