#D3B2E0

Color #D3B2E0 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #D3B2E0

Tints of Prelude #D3B2E0

Color information

#D3B2E0 (or 0xD3B2E0) is unknown color: approx Prelude. HEX triplet: D3, B2 and E0. RGB value is (211,178,224). Sum of RGB (Red+Green+Blue) = 211+178+224=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3B2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3B2E0 is #2C4D1F. Grayscale: #C0C0C0. Windows color (decimal): -2903328 or 14725843. OLE color: 14725843.

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

Color convert

RGB211178224-
CMYK0.060.2100.12
HSL283.04º42.59%78.82%-
HSV(B)283.04º20.54%87.84%-
XYZ56.2451.0777.41-
YUV193.11145.43140.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.42%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=34.42%
G=29.04%
B=36.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111782240.060.2100.12283.0442.5978.82
HexD3B2E06150C11b2b4f
Octal32326234062501443353117
Binary11010011101100101110000011010101011001000110111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B2E0; }

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

 H1.HeaderClassName
 {
   color: #D3B2E0;
 }
 .AnyTagClassName
 {
   color: #D3B2E0;
 }
</style>
background-color css

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

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

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

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

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

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