Html Css Color HEX #D2BDD9 Prelude

📋 copy color: '#D2BDD9'

red 210 ◦ green 189 ◦ blue 217

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

Shades of Prelude #D2BDD9

Tints of Prelude #D2BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.68%

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

R = 34.09%
G = 30.68%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2BDD9 (or 0xD2BDD9) is known color: Prelude. HEX triplet: D2, BD and D9. RGB value is (210,189,217). Sum of RGB (Red+Green+Blue) = 210+189+217=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDD9 is #2D4226. Grayscale: #C6C6C6. Windows color (decimal): -2966055 or 14269906. OLE color: 14269906.

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

Color convert

RGB 210 189 217 -
CMYK 0.03 0.13 0 0.15
HSL 285º 0.27% 0.8% -
HSV(B) 285º 0.13% 0.85% -
XYZ 57.3 55.11 73.26 -
YUV 198.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 210 189 217 0.03 0.13 0 0.15 285 0.27 0.8
Hex D2 BD D9 3 D 0 F 11D 1B 50
Octal 322 275 331 3 15 0 17 435 33 120
Binary 11010010 10111101 11011001 11 1101 0 1111 100011101 11011 1010000

Color Harmonies of #D2BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDD9

Black with #D2BDD9

Text Example


Text Example

White with #D2BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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