Html Css Color HEX #D6BADE Prelude

📋 copy color: '#D6BADE'

red 214 ◦ green 186 ◦ blue 222

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

Shades of Prelude #D6BADE

Tints of Prelude #D6BADE

RGB

 RED value IS 214 (83.98% from 255) = 34.41%

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

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

R = 34.41%
G = 29.9%
B = 35.69%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6BADE (or 0xD6BADE) is known color: Prelude. HEX triplet: D6, BA and DE. RGB value is (214,186,222). Sum of RGB (Red+Green+Blue) = 214+186+222=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BADE is #294521. Grayscale: #C6C6C6. Windows color (decimal): -2704674 or 14596822. OLE color: 14596822.

HSL color Cylindrical-coordinate representation of color #D6BADE: hue angle of 286.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 #D6BADE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 186 222 -
CMYK 0.04 0.16 0 0.13
HSL 286.67º 0.35% 0.8% -
HSV(B) 286.67º 0.16% 0.87% -
XYZ 58.48 54.69 76.58 -
YUV 198.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 214 186 222 0.04 0.16 0 0.13 286.67 0.35 0.8
Hex D6 BA DE 4 10 0 D 11F 23 50
Octal 326 272 336 4 20 0 15 437 43 120
Binary 11010110 10111010 11011110 100 10000 0 1101 100011111 100011 1010000

Color Harmonies of #D6BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BADE

Black with #D6BADE

Text Example


Text Example

White with #D6BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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