#D2C1DC

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

Shades of Prelude #D2C1DC

Tints of Prelude #D2C1DC

Color information

#D2C1DC (or 0xD2C1DC) is unknown color: approx Prelude. HEX triplet: D2, C1 and DC. RGB value is (210,193,220). Sum of RGB (Red+Green+Blue) = 210+193+220=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1DC is #2D3E23. Grayscale: #C9C9C9. Windows color (decimal): -2965028 or 14467538. OLE color: 14467538.

HSL color Cylindrical-coordinate representation of color #D2C1DC: hue angle of 277.78º degrees, saturation: 0.28, 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 #D2C1DC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210193220-
CMYK0.050.1200.14
HSL277.78º27.84%80.98%-
HSV(B)277.78º12.27%86.27%-
XYZ58.5757.0175.63-
YUV201.16138.63134.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=33.71%
G=30.98%
B=35.31%

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
Decimal2101932200.050.1200.14277.7827.8480.98
HexD2C1DC5C0E1161c51
Octal32230133451401642634121
Binary110100101100000111011100101110001110100010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1DC; }

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

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

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

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

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

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

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

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