#D0B4E5

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

Shades of Prelude #D0B4E5

Tints of Prelude #D0B4E5

Color information

#D0B4E5 (or 0xD0B4E5) is unknown color: approx Prelude. HEX triplet: D0, B4 and E5. RGB value is (208,180,229). Sum of RGB (Red+Green+Blue) = 208+180+229=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0B4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4E5 is #2F4B1A. Grayscale: #C1C1C1. Windows color (decimal): -3099419 or 15054032. OLE color: 15054032.

HSL color Cylindrical-coordinate representation of color #D0B4E5: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0B4E5 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208180229-
CMYK0.090.2100.10
HSL274.29º48.51%80.2%-
HSV(B)274.29º21.4%89.8%-
XYZ56.4851.7181.13-
YUV193.96147.78138.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.71%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=33.71%
G=29.17%
B=37.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081802290.090.2100.10274.2948.5180.2
HexD0B4E59150A1123150
Octal320264345112501242261120
Binary110100001011010011100101100110101010101000100101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4E5; }

 p { color: rgb(208,180,229); }

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

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

 a { background-color: rgb(208,180,229); }

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

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

 span { border-color: rgb(208,180,229); }

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