Html Css Color HEX #D1BBDB Prelude

📋 copy color: '#D1BBDB'

red 209 ◦ green 187 ◦ blue 219

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

Shades of Prelude #D1BBDB

Tints of Prelude #D1BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.41%

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

R = 33.98%
G = 30.41%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1BBDB (or 0xD1BBDB) is known color: Prelude. HEX triplet: D1, BB and DB. RGB value is (209,187,219). Sum of RGB (Red+Green+Blue) = 209+187+219=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBDB is #2E4424. Grayscale: #C5C5C5. Windows color (decimal): -3032101 or 14400465. OLE color: 14400465.

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

Color convert

RGB 209 187 219 -
CMYK 0.05 0.15 0 0.14
HSL 281.25º 0.31% 0.8% -
HSV(B) 281.25º 0.15% 0.86% -
XYZ 56.85 54.21 74.49 -
YUV 197.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 209 187 219 0.05 0.15 0 0.14 281.25 0.31 0.8
Hex D1 BB DB 5 F 0 E 119 1F 50
Octal 321 273 333 5 17 0 16 431 37 120
Binary 11010001 10111011 11011011 101 1111 0 1110 100011001 11111 1010000

Color Harmonies of #D1BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BBDB

Black with #D1BBDB

Text Example


Text Example

White with #D1BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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