Html Css Color HEX #D9B5E6 Prelude

📋 copy color: '#D9B5E6'

red 217 ◦ green 181 ◦ blue 230

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

Shades of Prelude #D9B5E6

Tints of Prelude #D9B5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.62%

R = 34.55%
G = 28.82%
B = 36.62%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D9B5E6 (or 0xD9B5E6) is known color: Prelude. HEX triplet: D9, B5 and E6. RGB value is (217,181,230). Sum of RGB (Red+Green+Blue) = 217+181+230=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9B5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B5E6 is #264A19. Grayscale: #C5C5C5. Windows color (decimal): -2509338 or 15119833. OLE color: 15119833.

HSL color Cylindrical-coordinate representation of color #D9B5E6: hue angle of 284.08º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B5E6 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 181 230 -
CMYK 0.06 0.21 0 0.10
HSL 284.08º 0.49% 0.81% -
HSV(B) 284.08º 0.21% 0.9% -
XYZ 59.42 53.51 82.06 -
YUV 197.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 217 181 230 0.06 0.21 0 0.10 284.08 0.49 0.81
Hex D9 B5 E6 6 15 0 A 11C 31 51
Octal 331 265 346 6 25 0 12 434 61 121
Binary 11011001 10110101 11100110 110 10101 0 1010 100011100 110001 1010001

Color Harmonies of #D9B5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B5E6

Black with #D9B5E6

Text Example


Text Example

White with #D9B5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B5E6; }

 p { color: rgb(217,181,230); }

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

background-color css

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

 a { background-color: rgb(217,181,230); }

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

border-color css

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

 span { border-color: rgb(217,181,230); }

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