#DCC6CE

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

Shades of Prim #DCC6CE

Tints of Prim #DCC6CE

Color information

#DCC6CE (or 0xDCC6CE) is unknown color: approx Prim. HEX triplet: DC, C6 and CE. RGB value is (220,198,206). Sum of RGB (Red+Green+Blue) = 220+198+206=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CE is #233931. Grayscale: #CDCDCD. Windows color (decimal): -2308402 or 13551324. OLE color: 13551324.

HSL color Cylindrical-coordinate representation of color #DCC6CE: hue angle of 338.18º 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 #DCC6CE is Cyan = 0, Magento = 0.1, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220198206-
CMYK00.10.060.14
HSL338.18º23.91%81.96%-
HSV(B)338.18º10%86.27%-
XYZ60.8560.0666.78-
YUV205.49128.29138.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=35.26%
G=31.73%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019820600.10.060.14338.1823.9181.96
HexDCC6CE0A6E1521852
Octal33430631601261652230122
Binary110111001100011011001110010101101110101010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6CE; }

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

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

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

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

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

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

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

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