Html Css Color HEX #D8BDD0 Twilight

📋 copy color: '#D8BDD0'

red 216 ◦ green 189 ◦ blue 208

#D8BDD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #D8BDD0

Tints of Twilight #D8BDD0

RGB

 RED value IS 216 (84.77% from 255) = 35.24%

 GREEN value IS 189 (74.22% from 255) = 30.83%

 BLUE value IS 208 (81.64% from 255) = 33.93%

R = 35.24%
G = 30.83%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8BDD0 (or 0xD8BDD0) is known color: Twilight. HEX triplet: D8, BD and D0. RGB value is (216,189,208). Sum of RGB (Red+Green+Blue) = 216+189+208=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDD0 is #27422F. Grayscale: #C7C7C7. Windows color (decimal): -2572848 or 13680088. OLE color: 13680088.

HSL color Cylindrical-coordinate representation of color #D8BDD0: hue angle of 317.78º 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 #D8BDD0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 189 208 -
CMYK 0 0.12 0.04 0.15
HSL 317.78º 0.26% 0.79% -
HSV(B) 317.78º 0.13% 0.85% -
XYZ 57.9 55.55 67.34 -
YUV 199.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 216 189 208 0 0.12 0.04 0.15 317.78 0.26 0.79
Hex D8 BD D0 0 C 4 F 13E 1A 4F
Octal 330 275 320 0 14 4 17 476 32 117
Binary 11011000 10111101 11010000 0 1100 100 1111 100111110 11010 1001111

Color Harmonies of #D8BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BDD0

Black with #D8BDD0

Text Example


Text Example

White with #D8BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BDD0; }

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

 H1.HeaderClassName
 {
   color: #D8BDD0;
 }
 .AnyTagClassName
 {
   color: #D8BDD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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