Html Css Color HEX #D7BCDF Prelude

📋 copy color: '#D7BCDF'

red 215 ◦ green 188 ◦ blue 223

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

Shades of Prelude #D7BCDF

Tints of Prelude #D7BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.03%

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

R = 34.35%
G = 30.03%
B = 35.62%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7BCDF (or 0xD7BCDF) is known color: Prelude. HEX triplet: D7, BC and DF. RGB value is (215,188,223). Sum of RGB (Red+Green+Blue) = 215+188+223=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCDF is #284320. Grayscale: #C7C7C7. Windows color (decimal): -2638625 or 14662871. OLE color: 14662871.

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

Color convert

RGB 215 188 223 -
CMYK 0.04 0.16 0 0.13
HSL 286.29º 0.35% 0.81% -
HSV(B) 286.29º 0.16% 0.87% -
XYZ 59.33 55.74 77.44 -
YUV 200.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 215 188 223 0.04 0.16 0 0.13 286.29 0.35 0.81
Hex D7 BC DF 4 10 0 D 11E 23 51
Octal 327 274 337 4 20 0 15 436 43 121
Binary 11010111 10111100 11011111 100 10000 0 1101 100011110 100011 1010001

Color Harmonies of #D7BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BCDF

Black with #D7BCDF

Text Example


Text Example

White with #D7BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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