#DCC2D1

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

Shades of Twilight #DCC2D1

Tints of Twilight #DCC2D1

Color information

#DCC2D1 (or 0xDCC2D1) is unknown color: approx Twilight. HEX triplet: DC, C2 and D1. RGB value is (220,194,209). Sum of RGB (Red+Green+Blue) = 220+194+209=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D1 is #233D2E. Grayscale: #CBCBCB. Windows color (decimal): -2309423 or 13746908. OLE color: 13746908.

HSL color Cylindrical-coordinate representation of color #DCC2D1: hue angle of 325.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2D1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220194209-
CMYK00.120.050.14
HSL325.38º27.08%81.18%-
HSV(B)325.38º11.82%86.27%-
XYZ60.3258.468.42-
YUV203.48131.11139.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=35.31%
G=31.14%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019420900.120.050.14325.3827.0881.18
HexDCC2D10C5E1451b51
Octal33430232101451650533121
Binary110111001100001011010001011001011110101000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2D1; }

 p { color: rgb(220,194,209); }

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

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

 a { background-color: rgb(220,194,209); }

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

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

 span { border-color: rgb(220,194,209); }

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