Html Css Color HEX #D8B5E8 Prelude

📋 copy color: '#D8B5E8'

red 216 ◦ green 181 ◦ blue 232

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

Shades of Prelude #D8B5E8

Tints of Prelude #D8B5E8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.78%

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

R = 34.34%
G = 28.78%
B = 36.88%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D8B5E8 (or 0xD8B5E8) is known color: Prelude. HEX triplet: D8, B5 and E8. RGB value is (216,181,232). Sum of RGB (Red+Green+Blue) = 216+181+232=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8B5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5E8 is #274A17. Grayscale: #C5C5C5. Windows color (decimal): -2574872 or 15250904. OLE color: 15250904.

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

Color convert

RGB 216 181 232 -
CMYK 0.07 0.22 0 0.09
HSL 281.18º 0.53% 0.81% -
HSV(B) 281.18º 0.22% 0.91% -
XYZ 59.41 53.47 83.53 -
YUV 197.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 216 181 232 0.07 0.22 0 0.09 281.18 0.53 0.81
Hex D8 B5 E8 7 16 0 9 119 35 51
Octal 330 265 350 7 26 0 11 431 65 121
Binary 11011000 10110101 11101000 111 10110 0 1001 100011001 110101 1010001

Color Harmonies of #D8B5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5E8

Black with #D8B5E8

Text Example


Text Example

White with #D8B5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5E8; }

 p { color: rgb(216,181,232); }

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

background-color css

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

 a { background-color: rgb(216,181,232); }

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

border-color css

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

 span { border-color: rgb(216,181,232); }

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