Html Css Color HEX #D1BDDB Prelude

📋 copy color: '#D1BDDB'

red 209 ◦ green 189 ◦ blue 219

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

Shades of Prelude #D1BDDB

Tints of Prelude #D1BDDB

RGB

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

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

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

R = 33.87%
G = 30.63%
B = 35.49%

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

#D1BDDB (or 0xD1BDDB) is known color: Prelude. HEX triplet: D1, BD and DB. RGB value is (209,189,219). Sum of RGB (Red+Green+Blue) = 209+189+219=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDDB is #2E4224. Grayscale: #C6C6C6. Windows color (decimal): -3031589 or 14400977. OLE color: 14400977.

HSL color Cylindrical-coordinate representation of color #D1BDDB: hue angle of 280º degrees, saturation: 0.29, 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 #D1BDDB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 189 219 -
CMYK 0.05 0.14 0 0.14
HSL 280º 0.29% 0.8% -
HSV(B) 280º 0.14% 0.86% -
XYZ 57.28 55.06 74.63 -
YUV 198.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 209 189 219 0.05 0.14 0 0.14 280 0.29 0.8
Hex D1 BD DB 5 E 0 E 118 1D 50
Octal 321 275 333 5 16 0 16 430 35 120
Binary 11010001 10111101 11011011 101 1110 0 1110 100011000 11101 1010000

Color Harmonies of #D1BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDDB

Black with #D1BDDB

Text Example


Text Example

White with #D1BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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