#D6BBCC

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

Shades of Twilight #D6BBCC

Tints of Twilight #D6BBCC

Color information

#D6BBCC (or 0xD6BBCC) is unknown color: approx Twilight. HEX triplet: D6, BB and CC. RGB value is (214,187,204). Sum of RGB (Red+Green+Blue) = 214+187+204=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCC is #294433. Grayscale: #C4C4C4. Windows color (decimal): -2704436 or 13417430. OLE color: 13417430.

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

Color convert

RGB214187204-
CMYK00.130.050.16
HSL322.22º24.77%78.63%-
HSV(B)322.22º12.62%83.92%-
XYZ56.454.264.62-
YUV197.01131.95140.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=35.37%
G=30.91%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418720400.130.050.16322.2224.7778.63
HexD6BBCC0D510142194f
Octal32627331401552050231117
Binary1101011010111011110011000110110110000101000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBCC; }

 p { color: rgb(214,187,204); }

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

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

 a { background-color: rgb(214,187,204); }

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

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

 span { border-color: rgb(214,187,204); }

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