Html Css Color HEX #D1BAD7 Prelude

📋 copy color: '#D1BAD7'

red 209 ◦ green 186 ◦ blue 215

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

Shades of Prelude #D1BAD7

Tints of Prelude #D1BAD7

RGB

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

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

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

R = 34.26%
G = 30.49%
B = 35.25%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1BAD7 (or 0xD1BAD7) is known color: Prelude. HEX triplet: D1, BA and D7. RGB value is (209,186,215). Sum of RGB (Red+Green+Blue) = 209+186+215=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BAD7 is #2E4528. Grayscale: #C4C4C4. Windows color (decimal): -3032361 or 14138065. OLE color: 14138065.

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

Color convert

RGB 209 186 215 -
CMYK 0.03 0.13 0 0.16
HSL 287.59º 0.27% 0.79% -
HSV(B) 287.59º 0.13% 0.84% -
XYZ 56.12 53.58 71.67 -
YUV 196.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 209 186 215 0.03 0.13 0 0.16 287.59 0.27 0.79
Hex D1 BA D7 3 D 0 10 120 1B 4F
Octal 321 272 327 3 15 0 20 440 33 117
Binary 11010001 10111010 11010111 11 1101 0 10000 100100000 11011 1001111

Color Harmonies of #D1BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BAD7

Black with #D1BAD7

Text Example


Text Example

White with #D1BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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