#D6B2C4

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

Shades of Twilight #D6B2C4

Tints of Twilight #D6B2C4

Color information

#D6B2C4 (or 0xD6B2C4) is unknown color: approx Twilight. HEX triplet: D6, B2 and C4. RGB value is (214,178,196). Sum of RGB (Red+Green+Blue) = 214+178+196=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2C4 is #294D3B. Grayscale: #BEBEBE. Windows color (decimal): -2706748 or 12890838. OLE color: 12890838.

HSL color Cylindrical-coordinate representation of color #D6B2C4: hue angle of 330º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B2C4 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214178196-
CMYK00.170.080.16
HSL330º30.51%76.86%-
HSV(B)330º16.82%83.92%-
XYZ53.6250.1259.07-
YUV190.82130.93144.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=36.39%
G=30.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417819600.170.080.1633030.5176.86
HexD6B2C401181014a1f4d
Octal326262304021102051237115
Binary110101101011001011000100010001100010000101001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B2C4; }

 p { color: rgb(214,178,196); }

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

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

 a { background-color: rgb(214,178,196); }

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

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

 span { border-color: rgb(214,178,196); }

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