#DCC8D4

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

Shades of Twilight #DCC8D4

Tints of Twilight #DCC8D4

Color information

#DCC8D4 (or 0xDCC8D4) is unknown color: approx Twilight. HEX triplet: DC, C8 and D4. RGB value is (220,200,212). Sum of RGB (Red+Green+Blue) = 220+200+212=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D4 is #23372B. Grayscale: #CFCFCF. Windows color (decimal): -2307884 or 13945052. OLE color: 13945052.

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

Color convert

RGB220200212-
CMYK00.090.040.14
HSL324º22.22%82.35%-
HSV(B)324º9.09%86.27%-
XYZ62.0561.2870.84-
YUV207.35130.63137.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 200 (78.52% from 255) = 31.65%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=34.81%
G=31.65%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020021200.090.040.1432422.2282.35
HexDCC8D4094E1441652
Octal33431032401141650426122
Binary110111001100100011010100010011001110101000100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8D4; }

 p { color: rgb(220,200,212); }

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

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

 a { background-color: rgb(220,200,212); }

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

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

 span { border-color: rgb(220,200,212); }

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