#DCCED5

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

Shades of Prim #DCCED5

Tints of Prim #DCCED5

Color information

#DCCED5 (or 0xDCCED5) is unknown color: approx Prim. HEX triplet: DC, CE and D5. RGB value is (220,206,213). Sum of RGB (Red+Green+Blue) = 220+206+213=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCED5 is #23312A. Grayscale: #D2D2D2. Windows color (decimal): -2306347 or 14012124. OLE color: 14012124.

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

Color convert

RGB220206213-
CMYK00.060.030.14
HSL330º16.67%83.53%-
HSV(B)330º6.36%86.27%-
XYZ63.664.1671.98-
YUV210.98129.14134.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 206 (80.86% from 255) = 32.24%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=34.43%
G=32.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020621300.060.030.1433016.6783.53
HexDCCED5063E14a1154
Octal3343163250631651221124
Binary1101110011001110110101010110111110101001010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCED5; }

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

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

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

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

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

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

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

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