#D3BBE0

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

Shades of Prelude #D3BBE0

Tints of Prelude #D3BBE0

Color information

#D3BBE0 (or 0xD3BBE0) is unknown color: approx Prelude. HEX triplet: D3, BB and E0. RGB value is (211,187,224). Sum of RGB (Red+Green+Blue) = 211+187+224=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBE0 is #2C441F. Grayscale: #C6C6C6. Windows color (decimal): -2901024 or 14728147. OLE color: 14728147.

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

Color convert

RGB211187224-
CMYK0.060.1700.12
HSL278.92º37.37%80.59%-
HSV(B)278.92º16.52%87.84%-
XYZ58.0954.7778.03-
YUV198.39142.45136.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=33.92%
G=30.06%
B=36.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111872240.060.1700.12278.9237.3780.59
HexD3BBE06110C1172551
Octal32327334062101442745121
Binary11010011101110111110000011010001011001000101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BBE0; }

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

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

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

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

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

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

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

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