#D1C5D8

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

Shades of Prelude #D1C5D8

Tints of Prelude #D1C5D8

Color information

#D1C5D8 (or 0xD1C5D8) is unknown color: approx Prelude. HEX triplet: D1, C5 and D8. RGB value is (209,197,216). Sum of RGB (Red+Green+Blue) = 209+197+216=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1C5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C5D8 is #2E3A27. Grayscale: #CACACA. Windows color (decimal): -3029544 or 14206417. OLE color: 14206417.

HSL color Cylindrical-coordinate representation of color #D1C5D8: hue angle of 277.89º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C5D8 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209197216-
CMYK0.030.0900.15
HSL277.89º19.59%80.98%-
HSV(B)277.89º8.8%84.71%-
XYZ58.6658.4573.16-
YUV202.75135.48132.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=33.60%
G=31.67%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091972160.030.0900.15277.8919.5980.98
HexD1C5D8390F1161451
Octal32130533031101742624121
Binary11010001110001011101100011100101111100010110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C5D8; }

 p { color: rgb(209,197,216); }

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

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

 a { background-color: rgb(209,197,216); }

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

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

 span { border-color: rgb(209,197,216); }

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