Html Css Color HEX #D9B8E7 Prelude

📋 copy color: '#D9B8E7'

red 217 ◦ green 184 ◦ blue 231

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

Shades of Prelude #D9B8E7

Tints of Prelude #D9B8E7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.11%

 BLUE value IS 231 (90.63% from 255) = 36.55%

R = 34.34%
G = 29.11%
B = 36.55%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D9B8E7 (or 0xD9B8E7) is known color: Prelude. HEX triplet: D9, B8 and E7. RGB value is (217,184,231). Sum of RGB (Red+Green+Blue) = 217+184+231=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9B8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B8E7 is #264718. Grayscale: #C7C7C7. Windows color (decimal): -2508569 or 15186137. OLE color: 15186137.

HSL color Cylindrical-coordinate representation of color #D9B8E7: hue angle of 282.13º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9B8E7 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 184 231 -
CMYK 0.06 0.20 0 0.09
HSL 282.13º 0.49% 0.81% -
HSV(B) 282.13º 0.2% 0.91% -
XYZ 60.18 54.8 83.01 -
YUV 199.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 217 184 231 0.06 0.20 0 0.09 282.13 0.49 0.81
Hex D9 B8 E7 6 14 0 9 11A 31 51
Octal 331 270 347 6 24 0 11 432 61 121
Binary 11011001 10111000 11100111 110 10100 0 1001 100011010 110001 1010001

Color Harmonies of #D9B8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B8E7

Black with #D9B8E7

Text Example


Text Example

White with #D9B8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B8E7; }

 p { color: rgb(217,184,231); }

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

background-color css

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

 a { background-color: rgb(217,184,231); }

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

border-color css

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

 span { border-color: rgb(217,184,231); }

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