#DBC1CA

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

Shades of Twilight #DBC1CA

Tints of Twilight #DBC1CA

Color information

#DBC1CA (or 0xDBC1CA) is unknown color: approx Twilight. HEX triplet: DB, C1 and CA. RGB value is (219,193,202). Sum of RGB (Red+Green+Blue) = 219+193+202=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1CA is #243E35. Grayscale: #C9C9C9. Windows color (decimal): -2375222 or 13287899. OLE color: 13287899.

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

Color convert

RGB219193202-
CMYK00.120.080.14
HSL339.23º26.53%80.78%-
HSV(B)339.23º11.87%85.88%-
XYZ58.9457.4663.86-
YUV201.8128.11140.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=35.67%
G=31.43%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919320200.120.080.14339.2326.5380.78
HexDBC1CA0C8E1531b51
Octal333301312014101652333121
Binary1101101111000001110010100110010001110101010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1CA; }

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

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

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

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

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

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

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

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