Html Css Color HEX #D9B1E4 Prelude

📋 copy color: '#D9B1E4'

red 217 ◦ green 177 ◦ blue 228

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

Shades of Prelude #D9B1E4

Tints of Prelude #D9B1E4

RGB

 RED value IS 217 (85.16% from 255) = 34.89%

 GREEN value IS 177 (69.53% from 255) = 28.46%

 BLUE value IS 228 (89.45% from 255) = 36.66%

R = 34.89%
G = 28.46%
B = 36.66%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9B1E4 (or 0xD9B1E4) is known color: Prelude. HEX triplet: D9, B1 and E4. RGB value is (217,177,228). Sum of RGB (Red+Green+Blue) = 217+177+228=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9B1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1E4 is #264E1B. Grayscale: #C2C2C2. Windows color (decimal): -2510364 or 14987737. OLE color: 14987737.

HSL color Cylindrical-coordinate representation of color #D9B1E4: hue angle of 287.06º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B1E4 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 177 228 -
CMYK 0.05 0.22 0 0.11
HSL 287.06º 0.49% 0.79% -
HSV(B) 287.06º 0.22% 0.89% -
XYZ 58.34 51.8 80.32 -
YUV 194.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 217 177 228 0.05 0.22 0 0.11 287.06 0.49 0.79
Hex D9 B1 E4 5 16 0 B 11F 31 4F
Octal 331 261 344 5 26 0 13 437 61 117
Binary 11011001 10110001 11100100 101 10110 0 1011 100011111 110001 1001111

Color Harmonies of #D9B1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B1E4

Black with #D9B1E4

Text Example


Text Example

White with #D9B1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B1E4; }

 p { color: rgb(217,177,228); }

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

background-color css

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

 a { background-color: rgb(217,177,228); }

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

border-color css

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

 span { border-color: rgb(217,177,228); }

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