#C5B8CD

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

Shades of Prelude #C5B8CD

Tints of Prelude #C5B8CD

Color information

#C5B8CD (or 0xC5B8CD) is unknown color: approx Prelude. HEX triplet: C5, B8 and CD. RGB value is (197,184,205). Sum of RGB (Red+Green+Blue) = 197+184+205=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8CD is #3A4732. Grayscale: #BEBEBE. Windows color (decimal): -3819315 or 13482181. OLE color: 13482181.

HSL color Cylindrical-coordinate representation of color #C5B8CD: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B8CD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197184205-
CMYK0.040.1000.20
HSL277.14º17.36%76.27%-
HSV(B)277.14º10.24%80.39%-
XYZ51.1950.5664.82-
YUV190.28136.31132.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.62%
GREEN value IS 184 (72.27% from 255) = 31.40%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=33.62%
G=31.40%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971842050.040.1000.20277.1417.3676.27
HexC5B8CD4A014115114c
Octal30527031541202442521114
Binary1100010110111000110011011001010010100100010101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B8CD; }

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

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

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

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

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

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

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

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