Html Css Color HEX #D1BAD8 Prelude

📋 copy color: '#D1BAD8'

red 209 ◦ green 186 ◦ blue 216

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

Shades of Prelude #D1BAD8

Tints of Prelude #D1BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.35%

R = 34.21%
G = 30.44%
B = 35.35%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1BAD8 (or 0xD1BAD8) is known color: Prelude. HEX triplet: D1, BA and D8. RGB value is (209,186,216). Sum of RGB (Red+Green+Blue) = 209+186+216=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BAD8 is #2E4527. Grayscale: #C4C4C4. Windows color (decimal): -3032360 or 14203601. OLE color: 14203601.

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

Color convert

RGB 209 186 216 -
CMYK 0.03 0.14 0 0.15
HSL 286º 0.28% 0.79% -
HSV(B) 286º 0.14% 0.85% -
XYZ 56.25 53.63 72.35 -
YUV 196.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 209 186 216 0.03 0.14 0 0.15 286 0.28 0.79
Hex D1 BA D8 3 E 0 F 11E 1C 4F
Octal 321 272 330 3 16 0 17 436 34 117
Binary 11010001 10111010 11011000 11 1110 0 1111 100011110 11100 1001111

Color Harmonies of #D1BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BAD8

Black with #D1BAD8

Text Example


Text Example

White with #D1BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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