#DBB3CC

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

Shades of Twilight #DBB3CC

Tints of Twilight #DBB3CC

Color information

#DBB3CC (or 0xDBB3CC) is unknown color: approx Twilight. HEX triplet: DB, B3 and CC. RGB value is (219,179,204). Sum of RGB (Red+Green+Blue) = 219+179+204=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3CC is #244C33. Grayscale: #C1C1C1. Windows color (decimal): -2378804 or 13415387. OLE color: 13415387.

HSL color Cylindrical-coordinate representation of color #DBB3CC: hue angle of 322.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3CC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219179204-
CMYK00.180.070.14
HSL322.5º35.71%78.04%-
HSV(B)322.5º18.26%85.88%-
XYZ56.2351.6664.13-
YUV193.81133.75145.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=36.38%
G=29.73%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917920400.180.070.14322.535.7178.04
HexDBB3CC0127E142244e
Octal33326331402271650244116
Binary11011011101100111100110001001011111101010000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3CC; }

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

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

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

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

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

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

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

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