Html Css Color HEX #D2B9DC Prelude

📋 copy color: '#D2B9DC'

red 210 ◦ green 185 ◦ blue 220

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

Shades of Prelude #D2B9DC

Tints of Prelude #D2B9DC

RGB

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

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

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

R = 34.15%
G = 30.08%
B = 35.77%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2B9DC (or 0xD2B9DC) is known color: Prelude. HEX triplet: D2, B9 and DC. RGB value is (210,185,220). Sum of RGB (Red+Green+Blue) = 210+185+220=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9DC is #2D4623. Grayscale: #C4C4C4. Windows color (decimal): -2967076 or 14465490. OLE color: 14465490.

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

Color convert

RGB 210 185 220 -
CMYK 0.05 0.16 0 0.14
HSL 282.86º 0.33% 0.79% -
HSV(B) 282.86º 0.16% 0.86% -
XYZ 56.85 53.57 75.05 -
YUV 196.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 210 185 220 0.05 0.16 0 0.14 282.86 0.33 0.79
Hex D2 B9 DC 5 10 0 E 11B 21 4F
Octal 322 271 334 5 20 0 16 433 41 117
Binary 11010010 10111001 11011100 101 10000 0 1110 100011011 100001 1001111

Color Harmonies of #D2B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9DC

Black with #D2B9DC

Text Example


Text Example

White with #D2B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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