#D3BEE0

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

Shades of Prelude #D3BEE0

Tints of Prelude #D3BEE0

Color information

#D3BEE0 (or 0xD3BEE0) is unknown color: approx Prelude. HEX triplet: D3, BE and E0. RGB value is (211,190,224). Sum of RGB (Red+Green+Blue) = 211+190+224=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEE0 is #2C411F. Grayscale: #C8C8C8. Windows color (decimal): -2900256 or 14728915. OLE color: 14728915.

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

Color convert

RGB211190224-
CMYK0.060.1500.12
HSL277.06º35.42%81.18%-
HSV(B)277.06º15.18%87.84%-
XYZ58.7356.0678.25-
YUV200.15141.46135.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.76%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=33.76%
G=30.4%
B=35.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111902240.060.1500.12277.0635.4281.18
HexD3BEE06F0C1152351
Octal32327634061701442543121
Binary1101001110111110111000001101111011001000101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEE0; }

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

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

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

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

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

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

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

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