Html Css Color HEX #D9BDD0 Twilight

📋 copy color: '#D9BDD0'

red 217 ◦ green 189 ◦ blue 208

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

Shades of Twilight #D9BDD0

Tints of Twilight #D9BDD0

RGB

 RED value IS 217 (85.16% from 255) = 35.34%

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

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

R = 35.34%
G = 30.78%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D9BDD0 (or 0xD9BDD0) is known color: Twilight. HEX triplet: D9, BD and D0. RGB value is (217,189,208). Sum of RGB (Red+Green+Blue) = 217+189+208=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDD0 is #26422F. Grayscale: #C7C7C7. Windows color (decimal): -2507312 or 13680089. OLE color: 13680089.

HSL color Cylindrical-coordinate representation of color #D9BDD0: hue angle of 319.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDD0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 208 -
CMYK 0 0.13 0.04 0.15
HSL 319.29º 0.27% 0.8% -
HSV(B) 319.29º 0.13% 0.85% -
XYZ 58.2 55.7 67.36 -
YUV 199.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 217 189 208 0 0.13 0.04 0.15 319.29 0.27 0.8
Hex D9 BD D0 0 D 4 F 13F 1B 50
Octal 331 275 320 0 15 4 17 477 33 120
Binary 11011001 10111101 11010000 0 1101 100 1111 100111111 11011 1010000

Color Harmonies of #D9BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDD0

Black with #D9BDD0

Text Example


Text Example

White with #D9BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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