Html Css Color HEX #D2B9DA Prelude

📋 copy color: '#D2B9DA'

red 210 ◦ green 185 ◦ blue 218

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

Shades of Prelude #D2B9DA

Tints of Prelude #D2B9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 34.26%
G = 30.18%
B = 35.56%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2B9DA (or 0xD2B9DA) is known color: Prelude. HEX triplet: D2, B9 and DA. RGB value is (210,185,218). Sum of RGB (Red+Green+Blue) = 210+185+218=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9DA is #2D4625. Grayscale: #C4C4C4. Windows color (decimal): -2967078 or 14334418. OLE color: 14334418.

HSL color Cylindrical-coordinate representation of color #D2B9DA: hue angle of 285.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2B9DA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 185 218 -
CMYK 0.04 0.15 0 0.15
HSL 285.45º 0.31% 0.79% -
HSV(B) 285.45º 0.15% 0.85% -
XYZ 56.58 53.46 73.67 -
YUV 196.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 210 185 218 0.04 0.15 0 0.15 285.45 0.31 0.79
Hex D2 B9 DA 4 F 0 F 11D 1F 4F
Octal 322 271 332 4 17 0 17 435 37 117
Binary 11010010 10111001 11011010 100 1111 0 1111 100011101 11111 1001111

Color Harmonies of #D2B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B9DA

Black with #D2B9DA

Text Example


Text Example

White with #D2B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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