#DCC2D3

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

Shades of Twilight #DCC2D3

Tints of Twilight #DCC2D3

Color information

#DCC2D3 (or 0xDCC2D3) is unknown color: approx Twilight. HEX triplet: DC, C2 and D3. RGB value is (220,194,211). Sum of RGB (Red+Green+Blue) = 220+194+211=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2D3 is #233D2C. Grayscale: #CBCBCB. Windows color (decimal): -2309421 or 13877980. OLE color: 13877980.

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

Color convert

RGB220194211-
CMYK00.120.040.14
HSL320.77º27.08%81.18%-
HSV(B)320.77º11.82%86.27%-
XYZ60.5658.569.73-
YUV203.71132.11139.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 211 (82.81% from 255) = 33.76%
R=35.2%
G=31.04%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019421100.120.040.14320.7727.0881.18
HexDCC2D30C4E1411b51
Octal33430232301441650133121
Binary110111001100001011010011011001001110101000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2D3; }

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

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

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

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

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

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

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

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