#D2C0DC

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

Shades of Prelude #D2C0DC

Tints of Prelude #D2C0DC

Color information

#D2C0DC (or 0xD2C0DC) is unknown color: approx Prelude. HEX triplet: D2, C0 and DC. RGB value is (210,192,220). Sum of RGB (Red+Green+Blue) = 210+192+220=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0DC is #2D3F23. Grayscale: #C8C8C8. Windows color (decimal): -2965284 or 14467282. OLE color: 14467282.

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

Color convert

RGB210192220-
CMYK0.050.1300.14
HSL278.57º28.57%80.78%-
HSV(B)278.57º12.73%86.27%-
XYZ58.3556.5775.55-
YUV200.57138.96134.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=33.76%
G=30.87%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101922200.050.1300.14278.5728.5780.78
HexD2C0DC5D0E1171d51
Octal32230033451501642735121
Binary110100101100000011011100101110101110100010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0DC; }

 p { color: rgb(210,192,220); }

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

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

 a { background-color: rgb(210,192,220); }

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

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

 span { border-color: rgb(210,192,220); }

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