#DDCDD4

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

Shades of Prim #DDCDD4

Tints of Prim #DDCDD4

Color information

#DDCDD4 (or 0xDDCDD4) is unknown color: approx Prim. HEX triplet: DD, CD and D4. RGB value is (221,205,212). Sum of RGB (Red+Green+Blue) = 221+205+212=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD4 is #22322B. Grayscale: #D2D2D2. Windows color (decimal): -2241068 or 13946333. OLE color: 13946333.

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

Color convert

RGB221205212-
CMYK00.070.040.13
HSL333.75º19.05%83.53%-
HSV(B)333.75º7.24%86.67%-
XYZ63.5363.7971.25-
YUV210.58128.8135.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=34.64%
G=32.13%
B=33.23%

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
Decimal22120521200.070.040.13333.7519.0583.53
HexDDCDD4074D14e1354
Octal3353153240741551623124
Binary11011101110011011101010001111001101101001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDD4; }

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

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

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

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

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

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

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

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