Html Css Color HEX #D6B0DD Prelude

📋 copy color: '#D6B0DD'

red 214 ◦ green 176 ◦ blue 221

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

Shades of Prelude #D6B0DD

Tints of Prelude #D6B0DD

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

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

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

R = 35.02%
G = 28.81%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6B0DD (or 0xD6B0DD) is known color: Prelude. HEX triplet: D6, B0 and DD. RGB value is (214,176,221). Sum of RGB (Red+Green+Blue) = 214+176+221=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0DD is #294F22. Grayscale: #C0C0C0. Windows color (decimal): -2707235 or 14528726. OLE color: 14528726.

HSL color Cylindrical-coordinate representation of color #D6B0DD: hue angle of 290.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 #D6B0DD is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 176 221 -
CMYK 0.03 0.20 0 0.13
HSL 290.67º 0.4% 0.78% -
HSV(B) 290.67º 0.2% 0.87% -
XYZ 56.31 50.57 75.2 -
YUV 192.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 214 176 221 0.03 0.20 0 0.13 290.67 0.4 0.78
Hex D6 B0 DD 3 14 0 D 123 28 4E
Octal 326 260 335 3 24 0 15 443 50 116
Binary 11010110 10110000 11011101 11 10100 0 1101 100100011 101000 1001110

Color Harmonies of #D6B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0DD

Black with #D6B0DD

Text Example


Text Example

White with #D6B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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