#DCCDD5

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

Shades of Prim #DCCDD5

Tints of Prim #DCCDD5

Color information

#DCCDD5 (or 0xDCCDD5) is unknown color: approx Prim. HEX triplet: DC, CD and D5. RGB value is (220,205,213). Sum of RGB (Red+Green+Blue) = 220+205+213=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD5 is #23322A. Grayscale: #D2D2D2. Windows color (decimal): -2306603 or 14011868. OLE color: 14011868.

HSL color Cylindrical-coordinate representation of color #DCCDD5: hue angle of 328º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCDD5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220205213-
CMYK00.070.030.14
HSL328º17.65%83.33%-
HSV(B)328º6.82%86.27%-
XYZ63.3663.6871.9-
YUV210.4129.47134.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=34.48%
G=32.13%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020521300.070.030.1432817.6583.33
HexDCCDD5073E1481253
Octal3343153250731651022123
Binary1101110011001101110101010111111110101001000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDD5; }

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

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

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

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

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

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

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

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