#DCC6CD

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

Shades of Prim #DCC6CD

Tints of Prim #DCC6CD

Color information

#DCC6CD (or 0xDCC6CD) is unknown color: approx Prim. HEX triplet: DC, C6 and CD. RGB value is (220,198,205). Sum of RGB (Red+Green+Blue) = 220+198+205=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CD is #233932. Grayscale: #CDCDCD. Windows color (decimal): -2308403 or 13485788. OLE color: 13485788.

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

Color convert

RGB220198205-
CMYK00.10.070.14
HSL340.91º23.91%81.96%-
HSV(B)340.91º10%86.27%-
XYZ60.7360.0166.14-
YUV205.38127.79138.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=35.31%
G=31.78%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019820500.10.070.14340.9123.9181.96
HexDCC6CD0A7E1551852
Octal33430631501271652530122
Binary110111001100011011001101010101111110101010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6CD; }

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

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

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

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

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

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

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

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