#D2C0D7

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

Shades of Prelude #D2C0D7

Tints of Prelude #D2C0D7

Color information

#D2C0D7 (or 0xD2C0D7) is unknown color: approx Prelude. HEX triplet: D2, C0 and D7. RGB value is (210,192,215). Sum of RGB (Red+Green+Blue) = 210+192+215=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2C0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0D7 is #2D3F28. Grayscale: #C7C7C7. Windows color (decimal): -2965289 or 14139602. OLE color: 14139602.

HSL color Cylindrical-coordinate representation of color #D2C0D7: hue angle of 286.96º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2C0D7 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210192215-
CMYK0.020.1100.16
HSL286.96º22.33%79.8%-
HSV(B)286.96º10.7%84.31%-
XYZ57.6956.3172.12-
YUV200136.46135.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=34.04%
G=31.12%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101922150.020.1100.16286.9622.3379.8
HexD2C0D72B01011f1650
Octal32230032721302043726120
Binary110100101100000011010111101011010000100011111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0D7; }

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

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

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

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

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

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

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

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