#D0B2DC

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

Shades of Prelude #D0B2DC

Tints of Prelude #D0B2DC

Color information

#D0B2DC (or 0xD0B2DC) is unknown color: approx Prelude. HEX triplet: D0, B2 and DC. RGB value is (208,178,220). Sum of RGB (Red+Green+Blue) = 208+178+220=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2DC is #2F4D23. Grayscale: #BFBFBF. Windows color (decimal): -3099940 or 14463696. OLE color: 14463696.

HSL color Cylindrical-coordinate representation of color #D0B2DC: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0B2DC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208178220-
CMYK0.050.1900.14
HSL282.86º37.5%78.04%-
HSV(B)282.86º19.09%86.27%-
XYZ54.8550.4274.55-
YUV191.76143.94139.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=34.32%
G=29.37%
B=36.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081782200.050.1900.14282.8637.578.04
HexD0B2DC5130E11b254e
Octal32026233452301643345116
Binary11010000101100101101110010110011011101000110111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2DC; }

 p { color: rgb(208,178,220); }

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

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

 a { background-color: rgb(208,178,220); }

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

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

 span { border-color: rgb(208,178,220); }

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