Html Css Color HEX #D5BFDF Prelude

📋 copy color: '#D5BFDF'

red 213 ◦ green 191 ◦ blue 223

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

Shades of Prelude #D5BFDF

Tints of Prelude #D5BFDF

RGB

 RED value IS 213 (83.59% from 255) = 33.97%

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

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

R = 33.97%
G = 30.46%
B = 35.57%

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

#D5BFDF (or 0xD5BFDF) is known color: Prelude. HEX triplet: D5, BF and DF. RGB value is (213,191,223). Sum of RGB (Red+Green+Blue) = 213+191+223=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFDF is #2A4020. Grayscale: #C9C9C9. Windows color (decimal): -2768929 or 14663637. OLE color: 14663637.

HSL color Cylindrical-coordinate representation of color #D5BFDF: hue angle of 281.25º 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 #D5BFDF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 191 223 -
CMYK 0.04 0.14 0 0.13
HSL 281.25º 0.33% 0.81% -
HSV(B) 281.25º 0.14% 0.87% -
XYZ 59.39 56.74 77.63 -
YUV 201.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 213 191 223 0.04 0.14 0 0.13 281.25 0.33 0.81
Hex D5 BF DF 4 E 0 D 119 21 51
Octal 325 277 337 4 16 0 15 431 41 121
Binary 11010101 10111111 11011111 100 1110 0 1101 100011001 100001 1010001

Color Harmonies of #D5BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFDF

Black with #D5BFDF

Text Example


Text Example

White with #D5BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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