Html Css Color HEX #D7BADF Prelude

📋 copy color: '#D7BADF'

red 215 ◦ green 186 ◦ blue 223

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

Shades of Prelude #D7BADF

Tints of Prelude #D7BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 34.46%
G = 29.81%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7BADF (or 0xD7BADF) is known color: Prelude. HEX triplet: D7, BA and DF. RGB value is (215,186,223). Sum of RGB (Red+Green+Blue) = 215+186+223=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BADF is #284520. Grayscale: #C6C6C6. Windows color (decimal): -2639137 or 14662359. OLE color: 14662359.

HSL color Cylindrical-coordinate representation of color #D7BADF: hue angle of 287.03º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7BADF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 186 223 -
CMYK 0.04 0.17 0 0.13
HSL 287.03º 0.37% 0.8% -
HSV(B) 287.03º 0.17% 0.87% -
XYZ 58.9 54.89 77.3 -
YUV 198.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 215 186 223 0.04 0.17 0 0.13 287.03 0.37 0.8
Hex D7 BA DF 4 11 0 D 11F 25 50
Octal 327 272 337 4 21 0 15 437 45 120
Binary 11010111 10111010 11011111 100 10001 0 1101 100011111 100101 1010000

Color Harmonies of #D7BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BADF

Black with #D7BADF

Text Example


Text Example

White with #D7BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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