Html Css Color HEX #D8B0E1 Prelude

📋 copy color: '#D8B0E1'

red 216 ◦ green 176 ◦ blue 225

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

Shades of Prelude #D8B0E1

Tints of Prelude #D8B0E1

RGB

 RED value IS 216 (84.77% from 255) = 35.01%

 GREEN value IS 176 (69.14% from 255) = 28.53%

 BLUE value IS 225 (88.28% from 255) = 36.47%

R = 35.01%
G = 28.53%
B = 36.47%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D8B0E1 (or 0xD8B0E1) is known color: Prelude. HEX triplet: D8, B0 and E1. RGB value is (216,176,225). Sum of RGB (Red+Green+Blue) = 216+176+225=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8B0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0E1 is #274F1E. Grayscale: #C1C1C1. Windows color (decimal): -2576159 or 14790872. OLE color: 14790872.

HSL color Cylindrical-coordinate representation of color #D8B0E1: hue angle of 288.98º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8B0E1 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 176 225 -
CMYK 0.04 0.22 0 0.12
HSL 288.98º 0.45% 0.79% -
HSV(B) 288.98º 0.22% 0.88% -
XYZ 57.43 51.09 78.07 -
YUV 193.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 216 176 225 0.04 0.22 0 0.12 288.98 0.45 0.79
Hex D8 B0 E1 4 16 0 C 121 2D 4F
Octal 330 260 341 4 26 0 14 441 55 117
Binary 11011000 10110000 11100001 100 10110 0 1100 100100001 101101 1001111

Color Harmonies of #D8B0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B0E1

Black with #D8B0E1

Text Example


Text Example

White with #D8B0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B0E1; }

 p { color: rgb(216,176,225); }

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

background-color css

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

 a { background-color: rgb(216,176,225); }

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

border-color css

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

 span { border-color: rgb(216,176,225); }

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