Html Css Color HEX #D3BADC Prelude

📋 copy color: '#D3BADC'

red 211 ◦ green 186 ◦ blue 220

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

Shades of Prelude #D3BADC

Tints of Prelude #D3BADC

RGB

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

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

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

R = 34.2%
G = 30.15%
B = 35.66%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3BADC (or 0xD3BADC) is known color: Prelude. HEX triplet: D3, BA and DC. RGB value is (211,186,220). Sum of RGB (Red+Green+Blue) = 211+186+220=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BADC is #2C4523. Grayscale: #C5C5C5. Windows color (decimal): -2901284 or 14465747. OLE color: 14465747.

HSL color Cylindrical-coordinate representation of color #D3BADC: hue angle of 284.12º 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 #D3BADC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 186 220 -
CMYK 0.04 0.15 0 0.14
HSL 284.12º 0.33% 0.8% -
HSV(B) 284.12º 0.15% 0.86% -
XYZ 57.34 54.13 75.14 -
YUV 197.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 211 186 220 0.04 0.15 0 0.14 284.12 0.33 0.8
Hex D3 BA DC 4 F 0 E 11C 21 50
Octal 323 272 334 4 17 0 16 434 41 120
Binary 11010011 10111010 11011100 100 1111 0 1110 100011100 100001 1010000

Color Harmonies of #D3BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BADC

Black with #D3BADC

Text Example


Text Example

White with #D3BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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