Html Css Color HEX #D3BADE Prelude

📋 copy color: '#D3BADE'

red 211 ◦ green 186 ◦ blue 222

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

Shades of Prelude #D3BADE

Tints of Prelude #D3BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 34.09%
G = 30.05%
B = 35.86%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3BADE (or 0xD3BADE) is known color: Prelude. HEX triplet: D3, BA and DE. RGB value is (211,186,222). Sum of RGB (Red+Green+Blue) = 211+186+222=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BADE is #2C4521. Grayscale: #C5C5C5. Windows color (decimal): -2901282 or 14596819. OLE color: 14596819.

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

Color convert

RGB 211 186 222 -
CMYK 0.05 0.16 0 0.13
HSL 281.67º 0.35% 0.8% -
HSV(B) 281.67º 0.16% 0.87% -
XYZ 57.61 54.24 76.54 -
YUV 197.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 211 186 222 0.05 0.16 0 0.13 281.67 0.35 0.8
Hex D3 BA DE 5 10 0 D 11A 23 50
Octal 323 272 336 5 20 0 15 432 43 120
Binary 11010011 10111010 11011110 101 10000 0 1101 100011010 100011 1010000

Color Harmonies of #D3BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BADE

Black with #D3BADE

Text Example


Text Example

White with #D3BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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