Html Css Color HEX #D2BDD7 Prelude

📋 copy color: '#D2BDD7'

red 210 ◦ green 189 ◦ blue 215

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

Shades of Prelude #D2BDD7

Tints of Prelude #D2BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.02%

R = 34.2%
G = 30.78%
B = 35.02%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D2BDD7 (or 0xD2BDD7) is known color: Prelude. HEX triplet: D2, BD and D7. RGB value is (210,189,215). Sum of RGB (Red+Green+Blue) = 210+189+215=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDD7 is #2D4228. Grayscale: #C6C6C6. Windows color (decimal): -2966057 or 14138834. OLE color: 14138834.

HSL color Cylindrical-coordinate representation of color #D2BDD7: hue angle of 288.46º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BDD7 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 189 215 -
CMYK 0.02 0.12 0 0.16
HSL 288.46º 0.25% 0.79% -
HSV(B) 288.46º 0.12% 0.84% -
XYZ 57.04 55 71.9 -
YUV 198.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 210 189 215 0.02 0.12 0 0.16 288.46 0.25 0.79
Hex D2 BD D7 2 C 0 10 120 19 4F
Octal 322 275 327 2 14 0 20 440 31 117
Binary 11010010 10111101 11010111 10 1100 0 10000 100100000 11001 1001111

Color Harmonies of #D2BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDD7

Black with #D2BDD7

Text Example


Text Example

White with #D2BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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