#D4BDCB

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

Shades of Twilight #D4BDCB

Tints of Twilight #D4BDCB

Color information

#D4BDCB (or 0xD4BDCB) is unknown color: approx Twilight. HEX triplet: D4, BD and CB. RGB value is (212,189,203). Sum of RGB (Red+Green+Blue) = 212+189+203=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDCB is #2B4234. Grayscale: #C5C5C5. Windows color (decimal): -2834997 or 13352404. OLE color: 13352404.

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

Color convert

RGB212189203-
CMYK00.110.040.17
HSL323.48º21.1%78.63%-
HSV(B)323.48º10.85%83.14%-
XYZ56.1354.764.1-
YUV197.47131.12138.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=35.10%
G=31.29%
B=33.61%

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
Decimal21218920300.110.040.17323.4821.178.63
HexD4BDCB0B411143154f
Octal32427531301342150325117
Binary1101010010111101110010110101110010001101000011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDCB; }

 p { color: rgb(212,189,203); }

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

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

 a { background-color: rgb(212,189,203); }

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

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

 span { border-color: rgb(212,189,203); }

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