Html Css Color HEX #D2B9DD Prelude

📋 copy color: '#D2B9DD'

red 210 ◦ green 185 ◦ blue 221

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

Shades of Prelude #D2B9DD

Tints of Prelude #D2B9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.03%

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

R = 34.09%
G = 30.03%
B = 35.88%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2B9DD (or 0xD2B9DD) is known color: Prelude. HEX triplet: D2, B9 and DD. RGB value is (210,185,221). Sum of RGB (Red+Green+Blue) = 210+185+221=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9DD is #2D4622. Grayscale: #C4C4C4. Windows color (decimal): -2967075 or 14531026. OLE color: 14531026.

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

Color convert

RGB 210 185 221 -
CMYK 0.05 0.16 0 0.13
HSL 281.67º 0.35% 0.8% -
HSV(B) 281.67º 0.16% 0.87% -
XYZ 56.98 53.62 75.75 -
YUV 196.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 210 185 221 0.05 0.16 0 0.13 281.67 0.35 0.8
Hex D2 B9 DD 5 10 0 D 11A 23 50
Octal 322 271 335 5 20 0 15 432 43 120
Binary 11010010 10111001 11011101 101 10000 0 1101 100011010 100011 1010000

Color Harmonies of #D2B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9DD

Black with #D2B9DD

Text Example


Text Example

White with #D2B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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