Html Css Color HEX #D5B1E4 Prelude

📋 copy color: '#D5B1E4'

red 213 ◦ green 177 ◦ blue 228

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

Shades of Prelude #D5B1E4

Tints of Prelude #D5B1E4

RGB

 RED value IS 213 (83.59% from 255) = 34.47%

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

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

R = 34.47%
G = 28.64%
B = 36.89%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D5B1E4 (or 0xD5B1E4) is known color: Prelude. HEX triplet: D5, B1 and E4. RGB value is (213,177,228). Sum of RGB (Red+Green+Blue) = 213+177+228=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5B1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1E4 is #2A4E1B. Grayscale: #C1C1C1. Windows color (decimal): -2772508 or 14987733. OLE color: 14987733.

HSL color Cylindrical-coordinate representation of color #D5B1E4: hue angle of 282.35º 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 #D5B1E4 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 177 228 -
CMYK 0.07 0.22 0 0.11
HSL 282.35º 0.49% 0.79% -
HSV(B) 282.35º 0.22% 0.89% -
XYZ 57.17 51.19 80.27 -
YUV 193.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 213 177 228 0.07 0.22 0 0.11 282.35 0.49 0.79
Hex D5 B1 E4 7 16 0 B 11A 31 4F
Octal 325 261 344 7 26 0 13 432 61 117
Binary 11010101 10110001 11100100 111 10110 0 1011 100011010 110001 1001111

Color Harmonies of #D5B1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B1E4

Black with #D5B1E4

Text Example


Text Example

White with #D5B1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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