#D6BBE4

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

Shades of Prelude #D6BBE4

Tints of Prelude #D6BBE4

Color information

#D6BBE4 (or 0xD6BBE4) is unknown color: approx Prelude. HEX triplet: D6, BB and E4. RGB value is (214,187,228). Sum of RGB (Red+Green+Blue) = 214+187+228=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6BBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBE4 is #29441B. Grayscale: #C7C7C7. Windows color (decimal): -2704412 or 14990294. OLE color: 14990294.

HSL color Cylindrical-coordinate representation of color #D6BBE4: hue angle of 279.51º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BBE4 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214187228-
CMYK0.060.1800.11
HSL279.51º43.16%81.37%-
HSV(B)279.51º17.98%89.41%-
XYZ59.5155.4480.96-
YUV199.75143.95138.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=34.02%
G=29.73%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141872280.060.1800.11279.5143.1681.37
HexD6BBE46120B1182b51
Octal32627334462201343053121
Binary11010110101110111110010011010010010111000110001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBE4; }

 p { color: rgb(214,187,228); }

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

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

 a { background-color: rgb(214,187,228); }

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

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

 span { border-color: rgb(214,187,228); }

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