#C5B1CD

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

Shades of Prelude #C5B1CD

Tints of Prelude #C5B1CD

Color information

#C5B1CD (or 0xC5B1CD) is unknown color: approx Prelude. HEX triplet: C5, B1 and CD. RGB value is (197,177,205). Sum of RGB (Red+Green+Blue) = 197+177+205=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1CD is #3A4E32. Grayscale: #BABABA. Windows color (decimal): -3821107 or 13480389. OLE color: 13480389.

HSL color Cylindrical-coordinate representation of color #C5B1CD: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5B1CD is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197177205-
CMYK0.040.1400.20
HSL282.86º21.87%74.9%-
HSV(B)282.86º13.66%80.39%-
XYZ49.7747.7264.35-
YUV186.17138.63135.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=34.02%
G=30.57%
B=35.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971772050.040.1400.20282.8621.8774.9
HexC5B1CD4E01411b164b
Octal30526131541602443326113
Binary1100010110110001110011011001110010100100011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B1CD; }

 p { color: rgb(197,177,205); }

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

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

 a { background-color: rgb(197,177,205); }

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

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

 span { border-color: rgb(197,177,205); }

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