Html Css Color HEX #D1BADB Prelude

📋 copy color: '#D1BADB'

red 209 ◦ green 186 ◦ blue 219

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

Shades of Prelude #D1BADB

Tints of Prelude #D1BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.29%

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

R = 34.04%
G = 30.29%
B = 35.67%

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

#D1BADB (or 0xD1BADB) is known color: Prelude. HEX triplet: D1, BA and DB. RGB value is (209,186,219). Sum of RGB (Red+Green+Blue) = 209+186+219=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BADB is #2E4524. Grayscale: #C4C4C4. Windows color (decimal): -3032357 or 14400209. OLE color: 14400209.

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

Color convert

RGB 209 186 219 -
CMYK 0.05 0.15 0 0.14
HSL 281.82º 0.31% 0.79% -
HSV(B) 281.82º 0.15% 0.86% -
XYZ 56.64 53.79 74.41 -
YUV 196.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 209 186 219 0.05 0.15 0 0.14 281.82 0.31 0.79
Hex D1 BA DB 5 F 0 E 11A 1F 4F
Octal 321 272 333 5 17 0 16 432 37 117
Binary 11010001 10111010 11011011 101 1111 0 1110 100011010 11111 1001111

Color Harmonies of #D1BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BADB

Black with #D1BADB

Text Example


Text Example

White with #D1BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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