Html Css Color HEX #D1BED7 Prelude

📋 copy color: '#D1BED7'

red 209 ◦ green 190 ◦ blue 215

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

Shades of Prelude #D1BED7

Tints of Prelude #D1BED7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.94%

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

R = 34.04%
G = 30.94%
B = 35.02%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1BED7 (or 0xD1BED7) is known color: Prelude. HEX triplet: D1, BE and D7. RGB value is (209,190,215). Sum of RGB (Red+Green+Blue) = 209+190+215=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BED7 is #2E4128. Grayscale: #C6C6C6. Windows color (decimal): -3031337 or 14139089. OLE color: 14139089.

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

Color convert

RGB 209 190 215 -
CMYK 0.03 0.12 0 0.16
HSL 285.6º 0.24% 0.79% -
HSV(B) 285.6º 0.12% 0.84% -
XYZ 56.97 55.29 71.96 -
YUV 198.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 209 190 215 0.03 0.12 0 0.16 285.6 0.24 0.79
Hex D1 BE D7 3 C 0 10 11E 18 4F
Octal 321 276 327 3 14 0 20 436 30 117
Binary 11010001 10111110 11010111 11 1100 0 10000 100011110 11000 1001111

Color Harmonies of #D1BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BED7

Black with #D1BED7

Text Example


Text Example

White with #D1BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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