Html Css Color HEX #D2B7DD Prelude

📋 copy color: '#D2B7DD'

red 210 ◦ green 183 ◦ blue 221

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

Shades of Prelude #D2B7DD

Tints of Prelude #D2B7DD

RGB

 RED value IS 210 (82.42% from 255) = 34.2%

 GREEN value IS 183 (71.88% from 255) = 29.8%

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

R = 34.2%
G = 29.8%
B = 35.99%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2B7DD (or 0xD2B7DD) is known color: Prelude. HEX triplet: D2, B7 and DD. RGB value is (210,183,221). Sum of RGB (Red+Green+Blue) = 210+183+221=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7DD is #2D4822. Grayscale: #C3C3C3. Windows color (decimal): -2967587 or 14530514. OLE color: 14530514.

HSL color Cylindrical-coordinate representation of color #D2B7DD: hue angle of 282.63º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2B7DD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 183 221 -
CMYK 0.05 0.17 0 0.13
HSL 282.63º 0.36% 0.79% -
HSV(B) 282.63º 0.17% 0.87% -
XYZ 56.56 52.79 75.61 -
YUV 195.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 210 183 221 0.05 0.17 0 0.13 282.63 0.36 0.79
Hex D2 B7 DD 5 11 0 D 11B 24 4F
Octal 322 267 335 5 21 0 15 433 44 117
Binary 11010010 10110111 11011101 101 10001 0 1101 100011011 100100 1001111

Color Harmonies of #D2B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B7DD

Black with #D2B7DD

Text Example


Text Example

White with #D2B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B7DD; }

 p { color: rgb(210,183,221); }

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

background-color css

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

 a { background-color: rgb(210,183,221); }

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

border-color css

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

 span { border-color: rgb(210,183,221); }

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