#C5B5CF

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

Shades of Prelude #C5B5CF

Tints of Prelude #C5B5CF

Color information

#C5B5CF (or 0xC5B5CF) is unknown color: approx Prelude. HEX triplet: C5, B5 and CF. RGB value is (197,181,207). Sum of RGB (Red+Green+Blue) = 197+181+207=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5CF is #3A4A30. Grayscale: #BCBCBC. Windows color (decimal): -3820081 or 13612485. OLE color: 13612485.

HSL color Cylindrical-coordinate representation of color #C5B5CF: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B5CF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197181207-
CMYK0.050.1300.19
HSL276.92º21.31%76.08%-
HSV(B)276.92º12.56%81.18%-
XYZ50.8149.4265.89-
YUV188.75138.3133.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=33.68%
G=30.94%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971812070.050.1300.19276.9221.3176.08
HexC5B5CF5D013115154c
Octal30526531751502342525114
Binary1100010110110101110011111011101010011100010101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B5CF; }

 p { color: rgb(197,181,207); }

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

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

 a { background-color: rgb(197,181,207); }

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

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

 span { border-color: rgb(197,181,207); }

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