Html Css Color HEX #D3B5E0 Prelude

📋 copy color: '#D3B5E0'

red 211 ◦ green 181 ◦ blue 224

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

Shades of Prelude #D3B5E0

Tints of Prelude #D3B5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 34.25%
G = 29.38%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D3B5E0 (or 0xD3B5E0) is known color: Prelude. HEX triplet: D3, B5 and E0. RGB value is (211,181,224). Sum of RGB (Red+Green+Blue) = 211+181+224=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3B5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B5E0 is #2C4A1F. Grayscale: #C2C2C2. Windows color (decimal): -2902560 or 14726611. OLE color: 14726611.

HSL color Cylindrical-coordinate representation of color #D3B5E0: hue angle of 281.86º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3B5E0 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 181 224 -
CMYK 0.06 0.19 0 0.12
HSL 281.86º 0.41% 0.79% -
HSV(B) 281.86º 0.19% 0.88% -
XYZ 56.84 52.28 77.62 -
YUV 194.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 211 181 224 0.06 0.19 0 0.12 281.86 0.41 0.79
Hex D3 B5 E0 6 13 0 C 11A 29 4F
Octal 323 265 340 6 23 0 14 432 51 117
Binary 11010011 10110101 11100000 110 10011 0 1100 100011010 101001 1001111

Color Harmonies of #D3B5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B5E0

Black with #D3B5E0

Text Example


Text Example

White with #D3B5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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