#D4BDC7

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

Shades of Twilight #D4BDC7

Tints of Twilight #D4BDC7

Color information

#D4BDC7 (or 0xD4BDC7) is unknown color: approx Twilight. HEX triplet: D4, BD and C7. RGB value is (212,189,199). Sum of RGB (Red+Green+Blue) = 212+189+199=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDC7 is #2B4238. Grayscale: #C5C5C5. Windows color (decimal): -2835001 or 13090260. OLE color: 13090260.

HSL color Cylindrical-coordinate representation of color #D4BDC7: hue angle of 333.91º 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 #D4BDC7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212189199-
CMYK00.110.060.17
HSL333.91º21.1%78.63%-
HSV(B)333.91º10.85%83.14%-
XYZ55.6654.5261.62-
YUV197.02129.12138.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=35.33%
G=31.5%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218919900.110.060.17333.9121.178.63
HexD4BDC70B61114e154f
Octal32427530701362151625117
Binary1101010010111101110001110101111010001101001110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDC7; }

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

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

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

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

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

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

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

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