#D4BBE0

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

Shades of Prelude #D4BBE0

Tints of Prelude #D4BBE0

Color information

#D4BBE0 (or 0xD4BBE0) is unknown color: approx Prelude. HEX triplet: D4, BB and E0. RGB value is (212,187,224). Sum of RGB (Red+Green+Blue) = 212+187+224=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBE0 is #2B441F. Grayscale: #C6C6C6. Windows color (decimal): -2835488 or 14728148. OLE color: 14728148.

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

Color convert

RGB212187224-
CMYK0.050.1700.12
HSL280.54º37.37%80.59%-
HSV(B)280.54º16.52%87.84%-
XYZ58.3854.9278.04-
YUV198.69142.28137.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=34.03%
G=30.02%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121872240.050.1700.12280.5437.3780.59
HexD4BBE05110C1192551
Octal32427334052101443145121
Binary11010100101110111110000010110001011001000110011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBE0; }

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

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

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

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

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

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

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

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