Html Css Color HEX #D7BAE5 Prelude

📋 copy color: '#D7BAE5'

red 215 ◦ green 186 ◦ blue 229

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

Shades of Prelude #D7BAE5

Tints of Prelude #D7BAE5

RGB

 RED value IS 215 (84.38% from 255) = 34.13%

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

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

R = 34.13%
G = 29.52%
B = 36.35%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D7BAE5 (or 0xD7BAE5) is known color: Prelude. HEX triplet: D7, BA and E5. RGB value is (215,186,229). Sum of RGB (Red+Green+Blue) = 215+186+229=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #D7BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAE5 is #28451A. Grayscale: #C7C7C7. Windows color (decimal): -2639131 or 15055575. OLE color: 15055575.

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

Color convert

RGB 215 186 229 -
CMYK 0.06 0.19 0 0.10
HSL 280.47º 0.45% 0.81% -
HSV(B) 280.47º 0.19% 0.9% -
XYZ 59.73 55.22 81.64 -
YUV 199.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 215 186 229 0.06 0.19 0 0.10 280.47 0.45 0.81
Hex D7 BA E5 6 13 0 A 118 2D 51
Octal 327 272 345 6 23 0 12 430 55 121
Binary 11010111 10111010 11100101 110 10011 0 1010 100011000 101101 1010001

Color Harmonies of #D7BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAE5

Black with #D7BAE5

Text Example


Text Example

White with #D7BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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