Html Css Color HEX #D5B3E8 Prelude

📋 copy color: '#D5B3E8'

red 213 ◦ green 179 ◦ blue 232

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

Shades of Prelude #D5B3E8

Tints of Prelude #D5B3E8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.69%

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 34.13%
G = 28.69%
B = 37.18%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5B3E8 (or 0xD5B3E8) is known color: Prelude. HEX triplet: D5, B3 and E8. RGB value is (213,179,232). Sum of RGB (Red+Green+Blue) = 213+179+232=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5B3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B3E8 is #2A4C17. Grayscale: #C3C3C3. Windows color (decimal): -2771992 or 15250389. OLE color: 15250389.

HSL color Cylindrical-coordinate representation of color #D5B3E8: hue angle of 278.49º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B3E8 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 179 232 -
CMYK 0.08 0.23 0 0.09
HSL 278.49º 0.54% 0.81% -
HSV(B) 278.49º 0.23% 0.91% -
XYZ 58.13 52.21 83.36 -
YUV 195.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 213 179 232 0.08 0.23 0 0.09 278.49 0.54 0.81
Hex D5 B3 E8 8 17 0 9 116 36 51
Octal 325 263 350 10 27 0 11 426 66 121
Binary 11010101 10110011 11101000 1000 10111 0 1001 100010110 110110 1010001

Color Harmonies of #D5B3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B3E8

Black with #D5B3E8

Text Example


Text Example

White with #D5B3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B3E8; }

 p { color: rgb(213,179,232); }

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

background-color css

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

 a { background-color: rgb(213,179,232); }

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

border-color css

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

 span { border-color: rgb(213,179,232); }

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