Html Css Color HEX #D1B4D7 Prelude

📋 copy color: '#D1B4D7'

red 209 ◦ green 180 ◦ blue 215

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

Shades of Prelude #D1B4D7

Tints of Prelude #D1B4D7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.8%

 BLUE value IS 215 (84.38% from 255) = 35.6%

R = 34.6%
G = 29.8%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1B4D7 (or 0xD1B4D7) is known color: Prelude. HEX triplet: D1, B4 and D7. RGB value is (209,180,215). Sum of RGB (Red+Green+Blue) = 209+180+215=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1B4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B4D7 is #2E4B28. Grayscale: #C0C0C0. Windows color (decimal): -3033897 or 14136529. OLE color: 14136529.

HSL color Cylindrical-coordinate representation of color #D1B4D7: hue angle of 289.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B4D7 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 180 215 -
CMYK 0.03 0.16 0 0.16
HSL 289.71º 0.3% 0.77% -
HSV(B) 289.71º 0.16% 0.84% -
XYZ 54.88 51.1 71.26 -
YUV 192.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 209 180 215 0.03 0.16 0 0.16 289.71 0.3 0.77
Hex D1 B4 D7 3 10 0 10 122 1E 4D
Octal 321 264 327 3 20 0 20 442 36 115
Binary 11010001 10110100 11010111 11 10000 0 10000 100100010 11110 1001101

Color Harmonies of #D1B4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B4D7

Black with #D1B4D7

Text Example


Text Example

White with #D1B4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B4D7; }

 p { color: rgb(209,180,215); }

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

background-color css

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

 a { background-color: rgb(209,180,215); }

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

border-color css

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

 span { border-color: rgb(209,180,215); }

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