Html Css Color HEX #D7BAE6 Prelude

📋 copy color: '#D7BAE6'

red 215 ◦ green 186 ◦ blue 230

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

Shades of Prelude #D7BAE6

Tints of Prelude #D7BAE6

RGB

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

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

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

R = 34.07%
G = 29.48%
B = 36.45%

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

#D7BAE6 (or 0xD7BAE6) is known color: Prelude. HEX triplet: D7, BA and E6. RGB value is (215,186,230). Sum of RGB (Red+Green+Blue) = 215+186+230=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAE6 is #284519. Grayscale: #C7C7C7. Windows color (decimal): -2639130 or 15121111. OLE color: 15121111.

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

Color convert

RGB 215 186 230 -
CMYK 0.07 0.19 0 0.10
HSL 279.55º 0.47% 0.82% -
HSV(B) 279.55º 0.19% 0.9% -
XYZ 59.87 55.28 82.38 -
YUV 199.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 215 186 230 0.07 0.19 0 0.10 279.55 0.47 0.82
Hex D7 BA E6 7 13 0 A 118 2F 52
Octal 327 272 346 7 23 0 12 430 57 122
Binary 11010111 10111010 11100110 111 10011 0 1010 100011000 101111 1010010

Color Harmonies of #D7BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAE6

Black with #D7BAE6

Text Example


Text Example

White with #D7BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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