#DCBED1

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

Shades of Twilight #DCBED1

Tints of Twilight #DCBED1

Color information

#DCBED1 (or 0xDCBED1) is unknown color: approx Twilight. HEX triplet: DC, BE and D1. RGB value is (220,190,209). Sum of RGB (Red+Green+Blue) = 220+190+209=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED1 is #23412E. Grayscale: #C9C9C9. Windows color (decimal): -2310447 or 13745884. OLE color: 13745884.

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

Color convert

RGB220190209-
CMYK00.140.050.14
HSL322º30%80.39%-
HSV(B)322º13.64%86.27%-
XYZ59.4456.6568.12-
YUV201.14132.44141.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=35.54%
G=30.69%
B=33.76%

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
Decimal22019020900.140.050.143223080.39
HexDCBED10E5E1421e50
Octal33427632101651650236120
Binary110111001011111011010001011101011110101000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBED1; }

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

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

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

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

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

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

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

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