#DBC3CC

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

Shades of Twilight #DBC3CC

Tints of Twilight #DBC3CC

Color information

#DBC3CC (or 0xDBC3CC) is unknown color: approx Twilight. HEX triplet: DB, C3 and CC. RGB value is (219,195,204). Sum of RGB (Red+Green+Blue) = 219+195+204=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3CC is #243C33. Grayscale: #CBCBCB. Windows color (decimal): -2374708 or 13419483. OLE color: 13419483.

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

Color convert

RGB219195204-
CMYK00.110.070.14
HSL337.5º25%81.18%-
HSV(B)337.5º10.96%85.88%-
XYZ59.6358.4565.27-
YUV203.2128.45139.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=35.44%
G=31.55%
B=33.01%

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
Decimal21919520400.110.070.14337.52581.18
HexDBC3CC0B7E1521951
Octal33330331401371652231121
Binary110110111100001111001100010111111110101010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3CC; }

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

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

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

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

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

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

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

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