#DDCCD5

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

Shades of Prim #DDCCD5

Tints of Prim #DDCCD5

Color information

#DDCCD5 (or 0xDDCCD5) is unknown color: approx Prim. HEX triplet: DD, CC and D5. RGB value is (221,204,213). Sum of RGB (Red+Green+Blue) = 221+204+213=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD5 is #22332A. Grayscale: #D2D2D2. Windows color (decimal): -2241323 or 14011613. OLE color: 14011613.

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

Color convert

RGB221204213-
CMYK00.080.040.13
HSL328.24º20%83.33%-
HSV(B)328.24º7.69%86.67%-
XYZ63.4263.3671.84-
YUV210.11129.63135.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=34.64%
G=31.97%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120421300.080.040.13328.242083.33
HexDDCCD5084D1481453
Octal33531432501041551024123
Binary110111011100110011010101010001001101101001000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCD5; }

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

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

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

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

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

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

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

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