Html Css Color HEX #D7BFDF Prelude

📋 copy color: '#D7BFDF'

red 215 ◦ green 191 ◦ blue 223

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

Shades of Prelude #D7BFDF

Tints of Prelude #D7BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 30.37%

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

R = 34.18%
G = 30.37%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7BFDF (or 0xD7BFDF) is known color: Prelude. HEX triplet: D7, BF and DF. RGB value is (215,191,223). Sum of RGB (Red+Green+Blue) = 215+191+223=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFDF is #284020. Grayscale: #C9C9C9. Windows color (decimal): -2637857 or 14663639. OLE color: 14663639.

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

Color convert

RGB 215 191 223 -
CMYK 0.04 0.14 0 0.13
HSL 285º 0.33% 0.81% -
HSV(B) 285º 0.14% 0.87% -
XYZ 59.97 57.04 77.66 -
YUV 201.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 215 191 223 0.04 0.14 0 0.13 285 0.33 0.81
Hex D7 BF DF 4 E 0 D 11D 21 51
Octal 327 277 337 4 16 0 15 435 41 121
Binary 11010111 10111111 11011111 100 1110 0 1101 100011101 100001 1010001

Color Harmonies of #D7BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BFDF

Black with #D7BFDF

Text Example


Text Example

White with #D7BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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