#DDCDD3

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

Shades of Prim #DDCDD3

Tints of Prim #DDCDD3

Color information

#DDCDD3 (or 0xDDCDD3) is unknown color: approx Prim. HEX triplet: DD, CD and D3. RGB value is (221,205,211). Sum of RGB (Red+Green+Blue) = 221+205+211=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD3 is #22322C. Grayscale: #D2D2D2. Windows color (decimal): -2241069 or 13880797. OLE color: 13880797.

HSL color Cylindrical-coordinate representation of color #DDCDD3: hue angle of 337.5º 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 #DDCDD3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221205211-
CMYK00.070.050.13
HSL337.5º19.05%83.53%-
HSV(B)337.5º7.24%86.67%-
XYZ63.4163.7470.59-
YUV210.47128.3135.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 211 (82.81% from 255) = 33.12%
R=34.69%
G=32.18%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120521100.070.050.13337.519.0583.53
HexDDCDD3075D1521354
Octal3353153230751552223124
Binary11011101110011011101001101111011101101010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDD3; }

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

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

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

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

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

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

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

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