Html Css Color HEX #D5BADC Prelude

📋 copy color: '#D5BADC'

red 213 ◦ green 186 ◦ blue 220

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

Shades of Prelude #D5BADC

Tints of Prelude #D5BADC

RGB

 RED value IS 213 (83.59% from 255) = 34.41%

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 34.41%
G = 30.05%
B = 35.54%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5BADC (or 0xD5BADC) is known color: Prelude. HEX triplet: D5, BA and DC. RGB value is (213,186,220). Sum of RGB (Red+Green+Blue) = 213+186+220=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BADC is #2A4523. Grayscale: #C5C5C5. Windows color (decimal): -2770212 or 14465749. OLE color: 14465749.

HSL color Cylindrical-coordinate representation of color #D5BADC: hue angle of 287.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5BADC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 186 220 -
CMYK 0.03 0.15 0 0.14
HSL 287.65º 0.33% 0.8% -
HSV(B) 287.65º 0.15% 0.86% -
XYZ 57.92 54.43 75.16 -
YUV 197.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 213 186 220 0.03 0.15 0 0.14 287.65 0.33 0.8
Hex D5 BA DC 3 F 0 E 120 21 50
Octal 325 272 334 3 17 0 16 440 41 120
Binary 11010101 10111010 11011100 11 1111 0 1110 100100000 100001 1010000

Color Harmonies of #D5BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BADC

Black with #D5BADC

Text Example


Text Example

White with #D5BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BADC; }

 p { color: rgb(213,186,220); }

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

background-color css

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

 a { background-color: rgb(213,186,220); }

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

border-color css

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

 span { border-color: rgb(213,186,220); }

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