Html Css Color HEX #D2B1DD Prelude

📋 copy color: '#D2B1DD'

red 210 ◦ green 177 ◦ blue 221

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

Shades of Prelude #D2B1DD

Tints of Prelude #D2B1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.11%

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

R = 34.54%
G = 29.11%
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

#D2B1DD (or 0xD2B1DD) is known color: Prelude. HEX triplet: D2, B1 and DD. RGB value is (210,177,221). Sum of RGB (Red+Green+Blue) = 210+177+221=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 177 (69.53% from 255 or 29.11% 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 #D2B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B1DD is #2D4E22. Grayscale: #BFBFBF. Windows color (decimal): -2969123 or 14528978. OLE color: 14528978.

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

Color convert

RGB 210 177 221 -
CMYK 0.05 0.20 0 0.13
HSL 285º 0.39% 0.78% -
HSV(B) 285º 0.2% 0.87% -
XYZ 55.35 50.37 75.21 -
YUV 191.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 210 177 221 0.05 0.20 0 0.13 285 0.39 0.78
Hex D2 B1 DD 5 14 0 D 11D 27 4E
Octal 322 261 335 5 24 0 15 435 47 116
Binary 11010010 10110001 11011101 101 10100 0 1101 100011101 100111 1001110

Color Harmonies of #D2B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B1DD

Black with #D2B1DD

Text Example


Text Example

White with #D2B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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