#DDCDD6

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

Shades of Prim #DDCDD6

Tints of Prim #DDCDD6

Color information

#DDCDD6 (or 0xDDCDD6) is unknown color: approx Prim. HEX triplet: DD, CD and D6. RGB value is (221,205,214). Sum of RGB (Red+Green+Blue) = 221+205+214=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD6 is #223229. Grayscale: #D2D2D2. Windows color (decimal): -2241066 or 14077405. OLE color: 14077405.

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

Color convert

RGB221205214-
CMYK00.070.030.13
HSL326.25º19.05%83.53%-
HSV(B)326.25º7.24%86.67%-
XYZ63.7963.8972.59-
YUV210.81129.8135.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=34.53%
G=32.03%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120521400.070.030.13326.2519.0583.53
HexDDCDD6073D1461354
Octal3353153260731550623124
Binary1101110111001101110101100111111101101000110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDD6; }

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

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

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

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

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

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

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

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