#DBC5D4

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

Shades of Twilight #DBC5D4

Tints of Twilight #DBC5D4

Color information

#DBC5D4 (or 0xDBC5D4) is unknown color: approx Twilight. HEX triplet: DB, C5 and D4. RGB value is (219,197,212). Sum of RGB (Red+Green+Blue) = 219+197+212=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D4 is #243A2B. Grayscale: #CDCDCD. Windows color (decimal): -2374188 or 13944283. OLE color: 13944283.

HSL color Cylindrical-coordinate representation of color #DBC5D4: hue angle of 319.09º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5D4 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219197212-
CMYK00.100.030.14
HSL319.09º23.4%81.57%-
HSV(B)319.09º10.05%85.88%-
XYZ61.0659.7570.6-
YUV205.29131.79137.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 212 (83.20% from 255) = 33.76%
R=34.87%
G=31.37%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919721200.100.030.14319.0923.481.57
HexDBC5D40A3E13f1752
Octal33330532401231647727122
Binary11011011110001011101010001010111110100111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5D4; }

 p { color: rgb(219,197,212); }

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

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

 a { background-color: rgb(219,197,212); }

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

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

 span { border-color: rgb(219,197,212); }

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