#D6BCCB

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

Shades of Twilight #D6BCCB

Tints of Twilight #D6BCCB

Color information

#D6BCCB (or 0xD6BCCB) is unknown color: approx Twilight. HEX triplet: D6, BC and CB. RGB value is (214,188,203). Sum of RGB (Red+Green+Blue) = 214+188+203=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCCB is #294334. Grayscale: #C5C5C5. Windows color (decimal): -2704181 or 13352150. OLE color: 13352150.

HSL color Cylindrical-coordinate representation of color #D6BCCB: hue angle of 325.38º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BCCB is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214188203-
CMYK00.120.050.16
HSL325.38º24.07%78.82%-
HSV(B)325.38º12.15%83.92%-
XYZ56.4954.5764.06-
YUV197.48131.11139.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=35.37%
G=31.07%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418820300.120.050.16325.3824.0778.82
HexD6BCCB0C510145184f
Octal32627431301452050530117
Binary1101011010111100110010110110010110000101000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCCB; }

 p { color: rgb(214,188,203); }

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

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

 a { background-color: rgb(214,188,203); }

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

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

 span { border-color: rgb(214,188,203); }

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