#DCBED2

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

Shades of Twilight #DCBED2

Tints of Twilight #DCBED2

Color information

#DCBED2 (or 0xDCBED2) is unknown color: approx Twilight. HEX triplet: DC, BE and D2. RGB value is (220,190,210). Sum of RGB (Red+Green+Blue) = 220+190+210=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED2 is #23412D. Grayscale: #C9C9C9. Windows color (decimal): -2310446 or 13811420. OLE color: 13811420.

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

Color convert

RGB220190210-
CMYK00.140.050.14
HSL320º30%80.39%-
HSV(B)320º13.64%86.27%-
XYZ59.5656.768.78-
YUV201.25132.94141.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=35.48%
G=30.65%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019021000.140.050.143203080.39
HexDCBED20E5E1401e50
Octal33427632201651650036120
Binary110111001011111011010010011101011110101000000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBED2; }

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

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

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

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

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

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

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

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