#DBC3CF

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

Shades of Twilight #DBC3CF

Tints of Twilight #DBC3CF

Color information

#DBC3CF (or 0xDBC3CF) is unknown color: approx Twilight. HEX triplet: DB, C3 and CF. RGB value is (219,195,207). Sum of RGB (Red+Green+Blue) = 219+195+207=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3CF is #243C30. Grayscale: #CBCBCB. Windows color (decimal): -2374705 or 13616091. OLE color: 13616091.

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

Color convert

RGB219195207-
CMYK00.110.050.14
HSL330º25%81.18%-
HSV(B)330º10.96%85.88%-
XYZ59.9958.667.18-
YUV203.54129.95139.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=35.27%
G=31.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919520700.110.050.143302581.18
HexDBC3CF0B5E14a1951
Octal33330331701351651231121
Binary110110111100001111001111010111011110101001010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3CF; }

 p { color: rgb(219,195,207); }

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

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

 a { background-color: rgb(219,195,207); }

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

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

 span { border-color: rgb(219,195,207); }

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