Html Css Color HEX #D3BFDD Prelude

📋 copy color: '#D3BFDD'

red 211 ◦ green 191 ◦ blue 221

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

Shades of Prelude #D3BFDD

Tints of Prelude #D3BFDD

RGB

 RED value IS 211 (82.81% from 255) = 33.87%

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

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 33.87%
G = 30.66%
B = 35.47%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3BFDD (or 0xD3BFDD) is known color: Prelude. HEX triplet: D3, BF and DD. RGB value is (211,191,221). Sum of RGB (Red+Green+Blue) = 211+191+221=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFDD is #2C4022. Grayscale: #C8C8C8. Windows color (decimal): -2900003 or 14532563. OLE color: 14532563.

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

Color convert

RGB 211 191 221 -
CMYK 0.05 0.14 0 0.13
HSL 280º 0.31% 0.81% -
HSV(B) 280º 0.14% 0.87% -
XYZ 58.55 56.33 76.19 -
YUV 200.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 211 191 221 0.05 0.14 0 0.13 280 0.31 0.81
Hex D3 BF DD 5 E 0 D 118 1F 51
Octal 323 277 335 5 16 0 15 430 37 121
Binary 11010011 10111111 11011101 101 1110 0 1101 100011000 11111 1010001

Color Harmonies of #D3BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BFDD

Black with #D3BFDD

Text Example


Text Example

White with #D3BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BFDD; }

 p { color: rgb(211,191,221); }

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

background-color css

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

 a { background-color: rgb(211,191,221); }

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

border-color css

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

 span { border-color: rgb(211,191,221); }

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