#D3BBCA

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

Shades of Twilight #D3BBCA

Tints of Twilight #D3BBCA

Color information

#D3BBCA (or 0xD3BBCA) is unknown color: approx Twilight. HEX triplet: D3, BB and CA. RGB value is (211,187,202). Sum of RGB (Red+Green+Blue) = 211+187+202=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBCA is #2C4435. Grayscale: #C3C3C3. Windows color (decimal): -2901046 or 13286355. OLE color: 13286355.

HSL color Cylindrical-coordinate representation of color #D3BBCA: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BBCA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211187202-
CMYK00.110.040.17
HSL322.5º21.43%78.04%-
HSV(B)322.5º11.37%82.75%-
XYZ55.2953.6563.32-
YUV195.89131.45138.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.17%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=35.17%
G=31.17%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118720200.110.040.17322.521.4378.04
HexD3BBCA0B411142154e
Octal32327331201342150225116
Binary1101001110111011110010100101110010001101000010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBCA; }

 p { color: rgb(211,187,202); }

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

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

 a { background-color: rgb(211,187,202); }

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

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

 span { border-color: rgb(211,187,202); }

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