#DCC8D3

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

Shades of Twilight #DCC8D3

Tints of Twilight #DCC8D3

Color information

#DCC8D3 (or 0xDCC8D3) is unknown color: approx Twilight. HEX triplet: DC, C8 and D3. RGB value is (220,200,211). Sum of RGB (Red+Green+Blue) = 220+200+211=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D3 is #23372C. Grayscale: #CFCFCF. Windows color (decimal): -2307885 or 13879516. OLE color: 13879516.

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

Color convert

RGB220200211-
CMYK00.090.040.14
HSL327º22.22%82.35%-
HSV(B)327º9.09%86.27%-
XYZ61.9361.2370.18-
YUV207.23130.13137.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 200 (78.52% from 255) = 31.70%
BLUE value IS 211 (82.81% from 255) = 33.44%
R=34.87%
G=31.70%
B=33.44%

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
Decimal22020021100.090.040.1432722.2282.35
HexDCC8D3094E1471652
Octal33431032301141650726122
Binary110111001100100011010011010011001110101000111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8D3; }

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

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

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

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

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

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

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

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