#D0BBE0

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

Shades of Prelude #D0BBE0

Tints of Prelude #D0BBE0

Color information

#D0BBE0 (or 0xD0BBE0) is unknown color: approx Prelude. HEX triplet: D0, BB and E0. RGB value is (208,187,224). Sum of RGB (Red+Green+Blue) = 208+187+224=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBE0 is #2F441F. Grayscale: #C5C5C5. Windows color (decimal): -3097632 or 14728144. OLE color: 14728144.

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

Color convert

RGB208187224-
CMYK0.070.1700.12
HSL274.05º37.37%80.59%-
HSV(B)274.05º16.52%87.84%-
XYZ57.2454.3377.99-
YUV197.5142.96135.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=33.60%
G=30.21%
B=36.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081872240.070.1700.12274.0537.3780.59
HexD0BBE07110C1122551
Octal32027334072101442245121
Binary11010000101110111110000011110001011001000100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBE0; }

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

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

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

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

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

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

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

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