#DBC0D2

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

Shades of Twilight #DBC0D2

Tints of Twilight #DBC0D2

Color information

#DBC0D2 (or 0xDBC0D2) is unknown color: approx Twilight. HEX triplet: DB, C0 and D2. RGB value is (219,192,210). Sum of RGB (Red+Green+Blue) = 219+192+210=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D2 is #243F2D. Grayscale: #CACACA. Windows color (decimal): -2375470 or 13811931. OLE color: 13811931.

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

Color convert

RGB219192210-
CMYK00.120.040.14
HSL320º27.27%80.59%-
HSV(B)320º12.33%85.88%-
XYZ59.757.4168.91-
YUV202.12132.45140.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 192 (75.39% from 255) = 30.92%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=35.27%
G=30.92%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919221000.120.040.1432027.2780.59
HexDBC0D20C4E1401b51
Octal33330032201441650033121
Binary110110111100000011010010011001001110101000000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0D2; }

 p { color: rgb(219,192,210); }

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

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

 a { background-color: rgb(219,192,210); }

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

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

 span { border-color: rgb(219,192,210); }

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