Html Css Color HEX #D9BAE5 Prelude

📋 copy color: '#D9BAE5'

red 217 ◦ green 186 ◦ blue 229

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

Shades of Prelude #D9BAE5

Tints of Prelude #D9BAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.43%

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 34.34%
G = 29.43%
B = 36.23%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D9BAE5 (or 0xD9BAE5) is known color: Prelude. HEX triplet: D9, BA and E5. RGB value is (217,186,229). Sum of RGB (Red+Green+Blue) = 217+186+229=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAE5 is #26451A. Grayscale: #C8C8C8. Windows color (decimal): -2508059 or 15055577. OLE color: 15055577.

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

Color convert

RGB 217 186 229 -
CMYK 0.05 0.19 0 0.10
HSL 283.26º 0.45% 0.81% -
HSV(B) 283.26º 0.19% 0.9% -
XYZ 60.32 55.53 81.67 -
YUV 200.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 217 186 229 0.05 0.19 0 0.10 283.26 0.45 0.81
Hex D9 BA E5 5 13 0 A 11B 2D 51
Octal 331 272 345 5 23 0 12 433 55 121
Binary 11011001 10111010 11100101 101 10011 0 1010 100011011 101101 1010001

Color Harmonies of #D9BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAE5

Black with #D9BAE5

Text Example


Text Example

White with #D9BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAE5; }

 p { color: rgb(217,186,229); }

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

background-color css

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

 a { background-color: rgb(217,186,229); }

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

border-color css

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

 span { border-color: rgb(217,186,229); }

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