Html Css Color HEX #D3B5DD Prelude

📋 copy color: '#D3B5DD'

red 211 ◦ green 181 ◦ blue 221

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

Shades of Prelude #D3B5DD

Tints of Prelude #D3B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.53%

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 34.42%
G = 29.53%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3B5DD (or 0xD3B5DD) is known color: Prelude. HEX triplet: D3, B5 and DD. RGB value is (211,181,221). Sum of RGB (Red+Green+Blue) = 211+181+221=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B5DD is #2C4A22. Grayscale: #C2C2C2. Windows color (decimal): -2902563 or 14530003. OLE color: 14530003.

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

Color convert

RGB 211 181 221 -
CMYK 0.05 0.18 0 0.13
HSL 285º 0.37% 0.79% -
HSV(B) 285º 0.18% 0.87% -
XYZ 56.44 52.12 75.49 -
YUV 194.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 211 181 221 0.05 0.18 0 0.13 285 0.37 0.79
Hex D3 B5 DD 5 12 0 D 11D 25 4F
Octal 323 265 335 5 22 0 15 435 45 117
Binary 11010011 10110101 11011101 101 10010 0 1101 100011101 100101 1001111

Color Harmonies of #D3B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B5DD

Black with #D3B5DD

Text Example


Text Example

White with #D3B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B5DD; }

 p { color: rgb(211,181,221); }

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

background-color css

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

 a { background-color: rgb(211,181,221); }

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

border-color css

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

 span { border-color: rgb(211,181,221); }

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