Html Css Color HEX #D5BFDC Prelude

📋 copy color: '#D5BFDC'

red 213 ◦ green 191 ◦ blue 220

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

Shades of Prelude #D5BFDC

Tints of Prelude #D5BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 34.13%
G = 30.61%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5BFDC (or 0xD5BFDC) is known color: Prelude. HEX triplet: D5, BF and DC. RGB value is (213,191,220). Sum of RGB (Red+Green+Blue) = 213+191+220=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFDC is #2A4023. Grayscale: #C8C8C8. Windows color (decimal): -2768932 or 14467029. OLE color: 14467029.

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

Color convert

RGB 213 191 220 -
CMYK 0.03 0.13 0 0.14
HSL 285.52º 0.29% 0.81% -
HSV(B) 285.52º 0.13% 0.86% -
XYZ 58.99 56.58 75.52 -
YUV 200.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 213 191 220 0.03 0.13 0 0.14 285.52 0.29 0.81
Hex D5 BF DC 3 D 0 E 11E 1D 51
Octal 325 277 334 3 15 0 16 436 35 121
Binary 11010101 10111111 11011100 11 1101 0 1110 100011110 11101 1010001

Color Harmonies of #D5BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFDC

Black with #D5BFDC

Text Example


Text Example

White with #D5BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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