Html Css Color HEX #D2B4D9 Prelude

📋 copy color: '#D2B4D9'

red 210 ◦ green 180 ◦ blue 217

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

Shades of Prelude #D2B4D9

Tints of Prelude #D2B4D9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.65%

 BLUE value IS 217 (85.16% from 255) = 35.75%

R = 34.6%
G = 29.65%
B = 35.75%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2B4D9 (or 0xD2B4D9) is known color: Prelude. HEX triplet: D2, B4 and D9. RGB value is (210,180,217). Sum of RGB (Red+Green+Blue) = 210+180+217=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2B4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4D9 is #2D4B26. Grayscale: #C1C1C1. Windows color (decimal): -2968359 or 14267602. OLE color: 14267602.

HSL color Cylindrical-coordinate representation of color #D2B4D9: hue angle of 288.65º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2B4D9 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 180 217 -
CMYK 0.03 0.17 0 0.15
HSL 288.65º 0.33% 0.78% -
HSV(B) 288.65º 0.17% 0.85% -
XYZ 55.42 51.35 72.64 -
YUV 193.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 210 180 217 0.03 0.17 0 0.15 288.65 0.33 0.78
Hex D2 B4 D9 3 11 0 F 121 21 4E
Octal 322 264 331 3 21 0 17 441 41 116
Binary 11010010 10110100 11011001 11 10001 0 1111 100100001 100001 1001110

Color Harmonies of #D2B4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B4D9

Black with #D2B4D9

Text Example


Text Example

White with #D2B4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B4D9; }

 p { color: rgb(210,180,217); }

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

background-color css

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

 a { background-color: rgb(210,180,217); }

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

border-color css

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

 span { border-color: rgb(210,180,217); }

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