Html Css Color HEX #D1BCDB Prelude

📋 copy color: '#D1BCDB'

red 209 ◦ green 188 ◦ blue 219

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

Shades of Prelude #D1BCDB

Tints of Prelude #D1BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

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

R = 33.93%
G = 30.52%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1BCDB (or 0xD1BCDB) is known color: Prelude. HEX triplet: D1, BC and DB. RGB value is (209,188,219). Sum of RGB (Red+Green+Blue) = 209+188+219=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCDB is #2E4324. Grayscale: #C5C5C5. Windows color (decimal): -3031845 or 14400721. OLE color: 14400721.

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

Color convert

RGB 209 188 219 -
CMYK 0.05 0.14 0 0.14
HSL 280.65º 0.3% 0.8% -
HSV(B) 280.65º 0.14% 0.86% -
XYZ 57.06 54.64 74.56 -
YUV 197.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 209 188 219 0.05 0.14 0 0.14 280.65 0.3 0.8
Hex D1 BC DB 5 E 0 E 119 1E 50
Octal 321 274 333 5 16 0 16 431 36 120
Binary 11010001 10111100 11011011 101 1110 0 1110 100011001 11110 1010000

Color Harmonies of #D1BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCDB

Black with #D1BCDB

Text Example


Text Example

White with #D1BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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