Html Css Color HEX #D2B7DC Prelude

📋 copy color: '#D2B7DC'

red 210 ◦ green 183 ◦ blue 220

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

Shades of Prelude #D2B7DC

Tints of Prelude #D2B7DC

RGB

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

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

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

R = 34.26%
G = 29.85%
B = 35.89%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2B7DC (or 0xD2B7DC) is known color: Prelude. HEX triplet: D2, B7 and DC. RGB value is (210,183,220). Sum of RGB (Red+Green+Blue) = 210+183+220=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B7DC is #2D4823. Grayscale: #C3C3C3. Windows color (decimal): -2967588 or 14464978. OLE color: 14464978.

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

Color convert

RGB 210 183 220 -
CMYK 0.05 0.17 0 0.14
HSL 283.78º 0.35% 0.79% -
HSV(B) 283.78º 0.17% 0.86% -
XYZ 56.43 52.74 74.92 -
YUV 195.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 210 183 220 0.05 0.17 0 0.14 283.78 0.35 0.79
Hex D2 B7 DC 5 11 0 E 11C 23 4F
Octal 322 267 334 5 21 0 16 434 43 117
Binary 11010010 10110111 11011100 101 10001 0 1110 100011100 100011 1001111

Color Harmonies of #D2B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B7DC

Black with #D2B7DC

Text Example


Text Example

White with #D2B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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