#C5B4CD

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

Shades of Prelude #C5B4CD

Tints of Prelude #C5B4CD

Color information

#C5B4CD (or 0xC5B4CD) is unknown color: approx Prelude. HEX triplet: C5, B4 and CD. RGB value is (197,180,205). Sum of RGB (Red+Green+Blue) = 197+180+205=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B4CD is #3A4B32. Grayscale: #BBBBBB. Windows color (decimal): -3820339 or 13481157. OLE color: 13481157.

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

Color convert

RGB197180205-
CMYK0.040.1200.20
HSL280.8º20%75.49%-
HSV(B)280.8º12.2%80.39%-
XYZ50.3748.9264.55-
YUV187.93137.63134.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.85%
GREEN value IS 180 (70.70% from 255) = 30.93%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=33.85%
G=30.93%
B=35.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971802050.040.1200.20280.82075.49
HexC5B4CD4C014119144b
Octal30526431541402443124113
Binary1100010110110100110011011001100010100100011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B4CD; }

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

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

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

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

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

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

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

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