Html Css Color HEX #D5BAE5 Prelude

📋 copy color: '#D5BAE5'

red 213 ◦ green 186 ◦ blue 229

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

Shades of Prelude #D5BAE5

Tints of Prelude #D5BAE5

RGB

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

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

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

R = 33.92%
G = 29.62%
B = 36.46%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D5BAE5 (or 0xD5BAE5) is known color: Prelude. HEX triplet: D5, BA and E5. RGB value is (213,186,229). Sum of RGB (Red+Green+Blue) = 213+186+229=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAE5 is #2A451A. Grayscale: #C6C6C6. Windows color (decimal): -2770203 or 15055573. OLE color: 15055573.

HSL color Cylindrical-coordinate representation of color #D5BAE5: hue angle of 277.67º 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 #D5BAE5 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 186 229 -
CMYK 0.07 0.19 0 0.10
HSL 277.67º 0.45% 0.81% -
HSV(B) 277.67º 0.19% 0.9% -
XYZ 59.14 54.92 81.61 -
YUV 198.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 213 186 229 0.07 0.19 0 0.10 277.67 0.45 0.81
Hex D5 BA E5 7 13 0 A 116 2D 51
Octal 325 272 345 7 23 0 12 426 55 121
Binary 11010101 10111010 11100101 111 10011 0 1010 100010110 101101 1010001

Color Harmonies of #D5BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BAE5

Black with #D5BAE5

Text Example


Text Example

White with #D5BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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