#DBC3CB

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

Shades of Twilight #DBC3CB

Tints of Twilight #DBC3CB

Color information

#DBC3CB (or 0xDBC3CB) is unknown color: approx Twilight. HEX triplet: DB, C3 and CB. RGB value is (219,195,203). Sum of RGB (Red+Green+Blue) = 219+195+203=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3CB is #243C34. Grayscale: #CBCBCB. Windows color (decimal): -2374709 or 13353947. OLE color: 13353947.

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

Color convert

RGB219195203-
CMYK00.110.070.14
HSL340º25%81.18%-
HSV(B)340º10.96%85.88%-
XYZ59.5158.464.64-
YUV203.09127.95139.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=35.49%
G=31.60%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919520300.110.070.143402581.18
HexDBC3CB0B7E1541951
Octal33330331301371652431121
Binary110110111100001111001011010111111110101010100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3CB; }

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

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

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

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

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

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

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

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