#D2C5D7

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

Shades of Prelude #D2C5D7

Tints of Prelude #D2C5D7

Color information

#D2C5D7 (or 0xD2C5D7) is unknown color: approx Prelude. HEX triplet: D2, C5 and D7. RGB value is (210,197,215). Sum of RGB (Red+Green+Blue) = 210+197+215=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2C5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5D7 is #2D3A28. Grayscale: #CACACA. Windows color (decimal): -2964009 or 14140882. OLE color: 14140882.

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

Color convert

RGB210197215-
CMYK0.020.0800.16
HSL283.33º18.37%80.78%-
HSV(B)283.33º8.37%84.31%-
XYZ58.8158.5472.49-
YUV202.94134.81133.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=33.76%
G=31.67%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101972150.020.0800.16283.3318.3780.78
HexD2C5D72801011b1251
Octal32230532721002043322121
Binary110100101100010111010111101000010000100011011100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5D7; }

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

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

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

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

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

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

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

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