#DCC5CC

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

Shades of Prim #DCC5CC

Tints of Prim #DCC5CC

Color information

#DCC5CC (or 0xDCC5CC) is unknown color: approx Prim. HEX triplet: DC, C5 and CC. RGB value is (220,197,204). Sum of RGB (Red+Green+Blue) = 220+197+204=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5CC is #233A33. Grayscale: #CCCCCC. Windows color (decimal): -2308660 or 13419996. OLE color: 13419996.

HSL color Cylindrical-coordinate representation of color #DCC5CC: hue angle of 341.74º degrees, saturation: 0.25, 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 #DCC5CC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220197204-
CMYK00.100.070.14
HSL341.74º24.73%81.76%-
HSV(B)341.74º10.45%86.27%-
XYZ60.3859.5165.43-
YUV204.68127.62138.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 197 (77.34% from 255) = 31.72%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=35.43%
G=31.72%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019720400.100.070.14341.7424.7381.76
HexDCC5CC0A7E1561952
Octal33430531401271652631122
Binary110111001100010111001100010101111110101010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5CC; }

 p { color: rgb(220,197,204); }

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

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

 a { background-color: rgb(220,197,204); }

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

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

 span { border-color: rgb(220,197,204); }

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