#D2C2DC

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

Shades of Prelude #D2C2DC

Tints of Prelude #D2C2DC

Color information

#D2C2DC (or 0xD2C2DC) is unknown color: approx Prelude. HEX triplet: D2, C2 and DC. RGB value is (210,194,220). Sum of RGB (Red+Green+Blue) = 210+194+220=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C2DC is #2D3D23. Grayscale: #C9C9C9. Windows color (decimal): -2964772 or 14467794. OLE color: 14467794.

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

Color convert

RGB210194220-
CMYK0.050.1200.14
HSL276.92º27.08%81.18%-
HSV(B)276.92º11.82%86.27%-
XYZ58.7957.4575.7-
YUV201.75138.3133.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=33.65%
G=31.09%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101942200.050.1200.14276.9227.0881.18
HexD2C2DC5C0E1151b51
Octal32230233451401642533121
Binary110100101100001011011100101110001110100010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C2DC; }

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

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

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

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

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

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

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

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