#DCC1D2

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

Shades of Twilight #DCC1D2

Tints of Twilight #DCC1D2

Color information

#DCC1D2 (or 0xDCC1D2) is unknown color: approx Twilight. HEX triplet: DC, C1 and D2. RGB value is (220,193,210). Sum of RGB (Red+Green+Blue) = 220+193+210=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1D2 is #233E2D. Grayscale: #CACACA. Windows color (decimal): -2309678 or 13812188. OLE color: 13812188.

HSL color Cylindrical-coordinate representation of color #DCC1D2: hue angle of 322.22º degrees, saturation: 0.28, 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 #DCC1D2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220193210-
CMYK00.120.050.14
HSL322.22º27.84%80.98%-
HSV(B)322.22º12.27%86.27%-
XYZ60.2258.0169-
YUV203.01131.95140.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=35.31%
G=30.98%
B=33.71%

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
Decimal22019321000.120.050.14322.2227.8480.98
HexDCC1D20C5E1421c51
Octal33430132201451650234121
Binary110111001100000111010010011001011110101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1D2; }

 p { color: rgb(220,193,210); }

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

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

 a { background-color: rgb(220,193,210); }

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

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

 span { border-color: rgb(220,193,210); }

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