#D8BDCA

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

Shades of Twilight #D8BDCA

Tints of Twilight #D8BDCA

Color information

#D8BDCA (or 0xD8BDCA) is unknown color: approx Twilight. HEX triplet: D8, BD and CA. RGB value is (216,189,202). Sum of RGB (Red+Green+Blue) = 216+189+202=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDCA is #274235. Grayscale: #C6C6C6. Windows color (decimal): -2572854 or 13286872. OLE color: 13286872.

HSL color Cylindrical-coordinate representation of color #D8BDCA: hue angle of 331.11º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BDCA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216189202-
CMYK00.120.060.15
HSL331.11º25.71%79.41%-
HSV(B)331.11º12.5%84.71%-
XYZ57.1855.2663.53-
YUV198.55129.95140.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=35.58%
G=31.14%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618920200.120.060.15331.1125.7179.41
HexD8BDCA0C6F14b1a4f
Octal33027531201461751332117
Binary110110001011110111001010011001101111101001011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDCA; }

 p { color: rgb(216,189,202); }

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

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

 a { background-color: rgb(216,189,202); }

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

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

 span { border-color: rgb(216,189,202); }

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