Html Css Color HEX #D3BADF Prelude

📋 copy color: '#D3BADF'

red 211 ◦ green 186 ◦ blue 223

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

Shades of Prelude #D3BADF

Tints of Prelude #D3BADF

RGB

 RED value IS 211 (82.81% from 255) = 34.03%

 GREEN value IS 186 (73.05% from 255) = 30%

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 34.03%
G = 30%
B = 35.97%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3BADF (or 0xD3BADF) is known color: Prelude. HEX triplet: D3, BA and DF. RGB value is (211,186,223). Sum of RGB (Red+Green+Blue) = 211+186+223=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BADF is #2C4520. Grayscale: #C5C5C5. Windows color (decimal): -2901281 or 14662355. OLE color: 14662355.

HSL color Cylindrical-coordinate representation of color #D3BADF: hue angle of 280.54º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3BADF is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 186 223 -
CMYK 0.05 0.17 0 0.13
HSL 280.54º 0.37% 0.8% -
HSV(B) 280.54º 0.17% 0.87% -
XYZ 57.74 54.29 77.25 -
YUV 197.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 211 186 223 0.05 0.17 0 0.13 280.54 0.37 0.8
Hex D3 BA DF 5 11 0 D 119 25 50
Octal 323 272 337 5 21 0 15 431 45 120
Binary 11010011 10111010 11011111 101 10001 0 1101 100011001 100101 1010000

Color Harmonies of #D3BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BADF

Black with #D3BADF

Text Example


Text Example

White with #D3BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BADF; }

 p { color: rgb(211,186,223); }

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

background-color css

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

 a { background-color: rgb(211,186,223); }

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

border-color css

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

 span { border-color: rgb(211,186,223); }

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