#DBC1CE

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

Shades of Twilight #DBC1CE

Tints of Twilight #DBC1CE

Color information

#DBC1CE (or 0xDBC1CE) is unknown color: approx Twilight. HEX triplet: DB, C1 and CE. RGB value is (219,193,206). Sum of RGB (Red+Green+Blue) = 219+193+206=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1CE is #243E31. Grayscale: #CACACA. Windows color (decimal): -2375218 or 13550043. OLE color: 13550043.

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

Color convert

RGB219193206-
CMYK00.120.060.14
HSL330º26.53%80.78%-
HSV(B)330º11.87%85.88%-
XYZ59.4257.6666.39-
YUV202.26130.11139.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=35.44%
G=31.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919320600.120.060.1433026.5380.78
HexDBC1CE0C6E14a1b51
Octal33330131601461651233121
Binary110110111100000111001110011001101110101001010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1CE; }

 p { color: rgb(219,193,206); }

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

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

 a { background-color: rgb(219,193,206); }

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

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

 span { border-color: rgb(219,193,206); }

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