Html Css Color HEX #D3B0DD Prelude

📋 copy color: '#D3B0DD'

red 211 ◦ green 176 ◦ blue 221

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

Shades of Prelude #D3B0DD

Tints of Prelude #D3B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.95%

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

R = 34.7%
G = 28.95%
B = 36.35%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3B0DD (or 0xD3B0DD) is known color: Prelude. HEX triplet: D3, B0 and DD. RGB value is (211,176,221). Sum of RGB (Red+Green+Blue) = 211+176+221=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B0DD is #2C4F22. Grayscale: #BFBFBF. Windows color (decimal): -2903843 or 14528723. OLE color: 14528723.

HSL color Cylindrical-coordinate representation of color #D3B0DD: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3B0DD is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 176 221 -
CMYK 0.05 0.20 0 0.13
HSL 286.67º 0.4% 0.78% -
HSV(B) 286.67º 0.2% 0.87% -
XYZ 55.44 50.12 75.16 -
YUV 191.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 211 176 221 0.05 0.20 0 0.13 286.67 0.4 0.78
Hex D3 B0 DD 5 14 0 D 11F 28 4E
Octal 323 260 335 5 24 0 15 437 50 116
Binary 11010011 10110000 11011101 101 10100 0 1101 100011111 101000 1001110

Color Harmonies of #D3B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B0DD

Black with #D3B0DD

Text Example


Text Example

White with #D3B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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