Html Css Color HEX #D1BFDB Prelude

📋 copy color: '#D1BFDB'

red 209 ◦ green 191 ◦ blue 219

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

Shades of Prelude #D1BFDB

Tints of Prelude #D1BFDB

RGB

 RED value IS 209 (82.03% from 255) = 33.76%

 GREEN value IS 191 (75% from 255) = 30.86%

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 33.76%
G = 30.86%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1BFDB (or 0xD1BFDB) is known color: Prelude. HEX triplet: D1, BF and DB. RGB value is (209,191,219). Sum of RGB (Red+Green+Blue) = 209+191+219=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFDB is #2E4024. Grayscale: #C7C7C7. Windows color (decimal): -3031077 or 14401489. OLE color: 14401489.

HSL color Cylindrical-coordinate representation of color #D1BFDB: hue angle of 278.57º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1BFDB is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 191 219 -
CMYK 0.05 0.13 0 0.14
HSL 278.57º 0.28% 0.8% -
HSV(B) 278.57º 0.13% 0.86% -
XYZ 57.71 55.93 74.77 -
YUV 199.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 209 191 219 0.05 0.13 0 0.14 278.57 0.28 0.8
Hex D1 BF DB 5 D 0 E 117 1C 50
Octal 321 277 333 5 15 0 16 427 34 120
Binary 11010001 10111111 11011011 101 1101 0 1110 100010111 11100 1010000

Color Harmonies of #D1BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFDB

Black with #D1BFDB

Text Example


Text Example

White with #D1BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFDB; }

 p { color: rgb(209,191,219); }

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

background-color css

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

 a { background-color: rgb(209,191,219); }

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

border-color css

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

 span { border-color: rgb(209,191,219); }

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