Html Css Color HEX #D1BDDA Prelude

📋 copy color: '#D1BDDA'

red 209 ◦ green 189 ◦ blue 218

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

Shades of Prelude #D1BDDA

Tints of Prelude #D1BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 33.93%
G = 30.68%
B = 35.39%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1BDDA (or 0xD1BDDA) is known color: Prelude. HEX triplet: D1, BD and DA. RGB value is (209,189,218). Sum of RGB (Red+Green+Blue) = 209+189+218=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDDA is #2E4225. Grayscale: #C6C6C6. Windows color (decimal): -3031590 or 14335441. OLE color: 14335441.

HSL color Cylindrical-coordinate representation of color #D1BDDA: hue angle of 281.38º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1BDDA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 189 218 -
CMYK 0.04 0.13 0 0.15
HSL 281.38º 0.28% 0.8% -
HSV(B) 281.38º 0.13% 0.85% -
XYZ 57.15 55.01 73.94 -
YUV 198.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 209 189 218 0.04 0.13 0 0.15 281.38 0.28 0.8
Hex D1 BD DA 4 D 0 F 119 1C 50
Octal 321 275 332 4 15 0 17 431 34 120
Binary 11010001 10111101 11011010 100 1101 0 1111 100011001 11100 1010000

Color Harmonies of #D1BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDDA

Black with #D1BDDA

Text Example


Text Example

White with #D1BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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