Html Css Color HEX #D1BADE Prelude

📋 copy color: '#D1BADE'

red 209 ◦ green 186 ◦ blue 222

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

Shades of Prelude #D1BADE

Tints of Prelude #D1BADE

RGB

 RED value IS 209 (82.03% from 255) = 33.87%

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

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

R = 33.87%
G = 30.15%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1BADE (or 0xD1BADE) is known color: Prelude. HEX triplet: D1, BA and DE. RGB value is (209,186,222). Sum of RGB (Red+Green+Blue) = 209+186+222=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BADE is #2E4521. Grayscale: #C4C4C4. Windows color (decimal): -3032354 or 14596817. OLE color: 14596817.

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

Color convert

RGB 209 186 222 -
CMYK 0.06 0.16 0 0.13
HSL 278.33º 0.35% 0.8% -
HSV(B) 278.33º 0.16% 0.87% -
XYZ 57.04 53.95 76.51 -
YUV 196.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 209 186 222 0.06 0.16 0 0.13 278.33 0.35 0.8
Hex D1 BA DE 6 10 0 D 116 23 50
Octal 321 272 336 6 20 0 15 426 43 120
Binary 11010001 10111010 11011110 110 10000 0 1101 100010110 100011 1010000

Color Harmonies of #D1BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BADE

Black with #D1BADE

Text Example


Text Example

White with #D1BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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