#D4BEE0

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

Shades of Prelude #D4BEE0

Tints of Prelude #D4BEE0

Color information

#D4BEE0 (or 0xD4BEE0) is unknown color: approx Prelude. HEX triplet: D4, BE and E0. RGB value is (212,190,224). Sum of RGB (Red+Green+Blue) = 212+190+224=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEE0 is #2B411F. Grayscale: #C8C8C8. Windows color (decimal): -2834720 or 14728916. OLE color: 14728916.

HSL color Cylindrical-coordinate representation of color #D4BEE0: hue angle of 278.82º 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 #D4BEE0 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212190224-
CMYK0.050.1500.12
HSL278.82º35.42%81.18%-
HSV(B)278.82º15.18%87.84%-
XYZ59.0256.2178.26-
YUV200.45141.29136.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=33.87%
G=30.35%
B=35.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121902240.050.1500.12278.8235.4281.18
HexD4BEE05F0C1172351
Octal32427634051701442743121
Binary1101010010111110111000001011111011001000101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEE0; }

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

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

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

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

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

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

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

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