#D2B4E4

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

Shades of Prelude #D2B4E4

Tints of Prelude #D2B4E4

Color information

#D2B4E4 (or 0xD2B4E4) is unknown color: approx Prelude. HEX triplet: D2, B4 and E4. RGB value is (210,180,228). Sum of RGB (Red+Green+Blue) = 210+180+228=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #D2B4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4E4 is #2D4B1B. Grayscale: #C2C2C2. Windows color (decimal): -2968348 or 14988498. OLE color: 14988498.

HSL color Cylindrical-coordinate representation of color #D2B4E4: hue angle of 277.5º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2B4E4 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210180228-
CMYK0.080.2100.11
HSL277.5º47.06%80%-
HSV(B)277.5º21.05%89.41%-
XYZ56.951.9580.43-
YUV194.44146.94139.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 228 (89.45% from 255) = 36.89%
R=33.98%
G=29.13%
B=36.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101802280.080.2100.11277.547.0680
HexD2B4E48150B1162f50
Octal322264344102501342657120
Binary110100101011010011100100100010101010111000101101011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B4E4; }

 p { color: rgb(210,180,228); }

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

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

 a { background-color: rgb(210,180,228); }

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

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

 span { border-color: rgb(210,180,228); }

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